Html Css Color HEX #D04574 Cranberry

📋 copy color: '#D04574'

red 208 ◦ green 69 ◦ blue 116

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

Shades of Cranberry #D04574

Tints of Cranberry #D04574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 52.93%
G = 17.56%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D04574 (or 0xD04574) is known color: Cranberry. HEX triplet: D0, 45 and 74. RGB value is (208,69,116). Sum of RGB (Red+Green+Blue) = 208+69+116=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D04574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04574 is #2FBA8B. Grayscale: #737373. Windows color (decimal): -3127948 or 7620048. OLE color: 7620048.

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

Color convert

RGB 208 69 116 -
CMYK 0 0.67 0.44 0.18
HSL 339.71º 0.6% 0.54% -
HSV(B) 339.71º 0.67% 0.82% -
XYZ 31.29 18.93 18.53 -
YUV 115.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 208 69 116 0 0.67 0.44 0.18 339.71 0.6 0.54
Hex D0 45 74 0 43 2C 12 154 3C 36
Octal 320 105 164 0 103 54 22 524 74 66
Binary 11010000 1000101 1110100 0 1000011 101100 10010 101010100 111100 110110

Color Harmonies of #D04574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04574

Black with #D04574

Text Example


Text Example

White with #D04574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04574; }

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

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

background-color css

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

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

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

border-color css

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

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

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