Html Css Color HEX #D13F72 Cranberry

📋 copy color: '#D13F72'

red 209 ◦ green 63 ◦ blue 114

#D13F72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D13F72

Tints of Cranberry #D13F72

RGB

 RED value IS 209 (82.03% from 255) = 54.15%

 GREEN value IS 63 (25% from 255) = 16.32%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 54.15%
G = 16.32%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D13F72 (or 0xD13F72) is known color: Cranberry. HEX triplet: D1, 3F and 72. RGB value is (209,63,114). Sum of RGB (Red+Green+Blue) = 209+63+114=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F72 is #2EC08D. Grayscale: #707070. Windows color (decimal): -3063950 or 7487441. OLE color: 7487441.

HSL color Cylindrical-coordinate representation of color #D13F72: hue angle of 339.04º 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 #D13F72 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 114 -
CMYK 0 0.70 0.45 0.18
HSL 339.04º 0.61% 0.53% -
HSV(B) 339.04º 0.7% 0.82% -
XYZ 31.11 18.33 17.82 -
YUV 112.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 209 63 114 0 0.70 0.45 0.18 339.04 0.61 0.53
Hex D1 3F 72 0 46 2D 12 153 3D 35
Octal 321 77 162 0 106 55 22 523 75 65
Binary 11010001 111111 1110010 0 1000110 101101 10010 101010011 111101 110101

Color Harmonies of #D13F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F72

Black with #D13F72

Text Example


Text Example

White with #D13F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F72; }

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

 H1.HeaderClassName
 {
   color: #D13F72;
 }
 .AnyTagClassName
 {
   color: #D13F72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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