Html Css Color HEX #D04572 Cranberry

📋 copy color: '#D04572'

red 208 ◦ green 69 ◦ blue 114

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

Shades of Cranberry #D04572

Tints of Cranberry #D04572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 53.2%
G = 17.65%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D04572 (or 0xD04572) is known color: Cranberry. HEX triplet: D0, 45 and 72. RGB value is (208,69,114). Sum of RGB (Red+Green+Blue) = 208+69+114=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04572 is #2FBA8D. Grayscale: #737373. Windows color (decimal): -3127950 or 7488976. OLE color: 7488976.

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

Color convert

RGB 208 69 114 -
CMYK 0 0.67 0.45 0.18
HSL 340.58º 0.6% 0.54% -
HSV(B) 340.58º 0.67% 0.82% -
XYZ 31.18 18.88 17.92 -
YUV 115.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 208 69 114 0 0.67 0.45 0.18 340.58 0.6 0.54
Hex D0 45 72 0 43 2D 12 155 3C 36
Octal 320 105 162 0 103 55 22 525 74 66
Binary 11010000 1000101 1110010 0 1000011 101101 10010 101010101 111100 110110

Color Harmonies of #D04572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04572

Black with #D04572

Text Example


Text Example

White with #D04572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04572; }

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

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

background-color css

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

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

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

border-color css

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

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

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