#D13F7A

Color #D13F7A Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D13F7A

Tints of Cranberry #D13F7A

Color information

#D13F7A (or 0xD13F7A) is unknown color: approx Cranberry. HEX triplet: D1, 3F and 7A. RGB value is (209,63,122). Sum of RGB (Red+Green+Blue) = 209+63+122=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F7A is #2EC085. Grayscale: #717171. Windows color (decimal): -3063942 or 8011729. OLE color: 8011729.

HSL color Cylindrical-coordinate representation of color #D13F7A: hue angle of 335.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F7A is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB20963122-
CMYK00.700.420.18
HSL335.75º61.34%53.33%-
HSV(B)335.75º69.86%81.96%-
XYZ31.5818.5220.32-
YUV113.38132.87196.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 53.05%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=53.05%
G=15.99%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096312200.700.420.18335.7561.3453.33
HexD13F7A0462A121503d35
Octal32177172010652225207565
Binary1101000111111111110100100011010101010010101010000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13F7A; }

 p { color: rgb(209,63,122); }

 H1.HeaderClassName
 {
   color: #D13F7A;
 }
 .AnyTagClassName
 {
   color: #D13F7A;
 }
</style>
background-color css

<style>
 a { background-color: #D13F7A; }

 a { background-color: rgb(209,63,122); }

 div.DivClassName
 {
   background-color: #D13F7A;
 }
 .BgClassName
 {
   background-color: #D13F7A;
 }
</style>
border-color css

<style>
 span { border-color: #D13F7A; }

 span { border-color: rgb(209,63,122); }

 td.TdClassName
 {
   border-color: #D13F7A;
 }
 .TagClassName
 {
   border-color: #D13F7A;
 }
</style>