Html Css Color HEX #D04579 Cranberry

📋 copy color: '#D04579'

red 208 ◦ green 69 ◦ blue 121

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

Shades of Cranberry #D04579

Tints of Cranberry #D04579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

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

R = 52.26%
G = 17.34%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D04579 (or 0xD04579) is known color: Cranberry. HEX triplet: D0, 45 and 79. RGB value is (208,69,121). Sum of RGB (Red+Green+Blue) = 208+69+121=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D04579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04579 is #2FBA86. Grayscale: #747474. Windows color (decimal): -3127943 or 7947728. OLE color: 7947728.

HSL color Cylindrical-coordinate representation of color #D04579: hue angle of 337.55º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04579 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 121 -
CMYK 0 0.67 0.42 0.18
HSL 337.55º 0.6% 0.54% -
HSV(B) 337.55º 0.67% 0.82% -
XYZ 31.59 19.05 20.1 -
YUV 116.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 208 69 121 0 0.67 0.42 0.18 337.55 0.6 0.54
Hex D0 45 79 0 43 2A 12 152 3C 36
Octal 320 105 171 0 103 52 22 522 74 66
Binary 11010000 1000101 1111001 0 1000011 101010 10010 101010010 111100 110110

Color Harmonies of #D04579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04579

Black with #D04579

Text Example


Text Example

White with #D04579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04579; }

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

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

background-color css

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

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

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

border-color css

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

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

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