Html Css Color HEX #D03F78 Cranberry

📋 copy color: '#D03F78'

red 208 ◦ green 63 ◦ blue 120

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

Shades of Cranberry #D03F78

Tints of Cranberry #D03F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 53.2%
G = 16.11%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D03F78 (or 0xD03F78) is known color: Cranberry. HEX triplet: D0, 3F and 78. RGB value is (208,63,120). Sum of RGB (Red+Green+Blue) = 208+63+120=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F78 is #2FC087. Grayscale: #707070. Windows color (decimal): -3129480 or 7880656. OLE color: 7880656.

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

Color convert

RGB 208 63 120 -
CMYK 0 0.70 0.42 0.18
HSL 336.41º 0.61% 0.53% -
HSV(B) 336.41º 0.7% 0.82% -
XYZ 31.18 18.32 19.66 -
YUV 112.85 132.04 195.87 -
System Red Green Blue C M Y K H S L
Decimal 208 63 120 0 0.70 0.42 0.18 336.41 0.61 0.53
Hex D0 3F 78 0 46 2A 12 150 3D 35
Octal 320 77 170 0 106 52 22 520 75 65
Binary 11010000 111111 1111000 0 1000110 101010 10010 101010000 111101 110101

Color Harmonies of #D03F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F78

Black with #D03F78

Text Example


Text Example

White with #D03F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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