Html Css Color HEX #D04575 Cranberry

📋 copy color: '#D04575'

red 208 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #D04575

Tints of Cranberry #D04575

RGB

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

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

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

R = 52.79%
G = 17.51%
B = 29.7%

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

#D04575 (or 0xD04575) is known color: Cranberry. HEX triplet: D0, 45 and 75. RGB value is (208,69,117). Sum of RGB (Red+Green+Blue) = 208+69+117=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D04575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04575 is #2FBA8A. Grayscale: #737373. Windows color (decimal): -3127947 or 7685584. OLE color: 7685584.

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

Color convert

RGB 208 69 117 -
CMYK 0 0.67 0.44 0.18
HSL 339.28º 0.6% 0.54% -
HSV(B) 339.28º 0.67% 0.82% -
XYZ 31.35 18.95 18.84 -
YUV 116.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 208 69 117 0 0.67 0.44 0.18 339.28 0.6 0.54
Hex D0 45 75 0 43 2C 12 153 3C 36
Octal 320 105 165 0 103 54 22 523 74 66
Binary 11010000 1000101 1110101 0 1000011 101100 10010 101010011 111100 110110

Color Harmonies of #D04575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04575

Black with #D04575

Text Example


Text Example

White with #D04575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04575; }

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

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

background-color css

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

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

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

border-color css

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

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

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