Html Css Color HEX #D04879 Cranberry

📋 copy color: '#D04879'

red 208 ◦ green 72 ◦ blue 121

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

Shades of Cranberry #D04879

Tints of Cranberry #D04879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 51.87%
G = 17.96%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D04879 (or 0xD04879) is known color: Cranberry. HEX triplet: D0, 48 and 79. RGB value is (208,72,121). Sum of RGB (Red+Green+Blue) = 208+72+121=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D04879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04879 is #2FB786. Grayscale: #767676. Windows color (decimal): -3127175 or 7948496. OLE color: 7948496.

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

Color convert

RGB 208 72 121 -
CMYK 0 0.65 0.42 0.18
HSL 338.38º 0.59% 0.55% -
HSV(B) 338.38º 0.65% 0.82% -
XYZ 31.78 19.43 20.16 -
YUV 118.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 208 72 121 0 0.65 0.42 0.18 338.38 0.59 0.55
Hex D0 48 79 0 41 2A 12 152 3B 37
Octal 320 110 171 0 101 52 22 522 73 67
Binary 11010000 1001000 1111001 0 1000001 101010 10010 101010010 111011 110111

Color Harmonies of #D04879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04879

Black with #D04879

Text Example


Text Example

White with #D04879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04879; }

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

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

background-color css

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

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

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

border-color css

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

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

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