Html Css Color HEX #D04875 Cranberry

📋 copy color: '#D04875'

red 208 ◦ green 72 ◦ blue 117

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

Shades of Cranberry #D04875

Tints of Cranberry #D04875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 52.39%
G = 18.14%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D04875 (or 0xD04875) is known color: Cranberry. HEX triplet: D0, 48 and 75. RGB value is (208,72,117). Sum of RGB (Red+Green+Blue) = 208+72+117=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D04875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04875 is #2FB78A. Grayscale: #757575. Windows color (decimal): -3127179 or 7686352. OLE color: 7686352.

HSL color Cylindrical-coordinate representation of color #D04875: hue angle of 340.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04875 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 117 -
CMYK 0 0.65 0.44 0.18
HSL 340.15º 0.59% 0.55% -
HSV(B) 340.15º 0.65% 0.82% -
XYZ 31.54 19.33 18.9 -
YUV 117.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 208 72 117 0 0.65 0.44 0.18 340.15 0.59 0.55
Hex D0 48 75 0 41 2C 12 154 3B 37
Octal 320 110 165 0 101 54 22 524 73 67
Binary 11010000 1001000 1110101 0 1000001 101100 10010 101010100 111011 110111

Color Harmonies of #D04875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04875

Black with #D04875

Text Example


Text Example

White with #D04875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04875; }

 p { color: rgb(208,72,117); }

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

background-color css

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

 a { background-color: rgb(208,72,117); }

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

border-color css

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

 span { border-color: rgb(208,72,117); }

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