Html Css Color HEX #D03F71 Cranberry

📋 copy color: '#D03F71'

red 208 ◦ green 63 ◦ blue 113

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

Shades of Cranberry #D03F71

Tints of Cranberry #D03F71

RGB

 RED value IS 208 (81.64% from 255) = 54.17%

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

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 54.17%
G = 16.41%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D03F71 (or 0xD03F71) is known color: Cranberry. HEX triplet: D0, 3F and 71. RGB value is (208,63,113). Sum of RGB (Red+Green+Blue) = 208+63+113=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F71 is #2FC08E. Grayscale: #707070. Windows color (decimal): -3129487 or 7421904. OLE color: 7421904.

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

Color convert

RGB 208 63 113 -
CMYK 0 0.70 0.46 0.18
HSL 339.31º 0.61% 0.53% -
HSV(B) 339.31º 0.7% 0.82% -
XYZ 30.77 18.16 17.51 -
YUV 112.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 208 63 113 0 0.70 0.46 0.18 339.31 0.61 0.53
Hex D0 3F 71 0 46 2E 12 153 3D 35
Octal 320 77 161 0 106 56 22 523 75 65
Binary 11010000 111111 1110001 0 1000110 101110 10010 101010011 111101 110101

Color Harmonies of #D03F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F71

Black with #D03F71

Text Example


Text Example

White with #D03F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F71; }

 p { color: rgb(208,63,113); }

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

background-color css

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

 a { background-color: rgb(208,63,113); }

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

border-color css

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

 span { border-color: rgb(208,63,113); }

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