Html Css Color HEX #D04577 Cranberry

📋 copy color: '#D04577'

red 208 ◦ green 69 ◦ blue 119

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

Shades of Cranberry #D04577

Tints of Cranberry #D04577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 52.53%
G = 17.42%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04577 (or 0xD04577) is known color: Cranberry. HEX triplet: D0, 45 and 77. RGB value is (208,69,119). Sum of RGB (Red+Green+Blue) = 208+69+119=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D04577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04577 is #2FBA88. Grayscale: #747474. Windows color (decimal): -3127945 or 7816656. OLE color: 7816656.

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

Color convert

RGB 208 69 119 -
CMYK 0 0.67 0.43 0.18
HSL 338.42º 0.6% 0.54% -
HSV(B) 338.42º 0.67% 0.82% -
XYZ 31.47 19 19.46 -
YUV 116.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 208 69 119 0 0.67 0.43 0.18 338.42 0.6 0.54
Hex D0 45 77 0 43 2B 12 152 3C 36
Octal 320 105 167 0 103 53 22 522 74 66
Binary 11010000 1000101 1110111 0 1000011 101011 10010 101010010 111100 110110

Color Harmonies of #D04577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04577

Black with #D04577

Text Example


Text Example

White with #D04577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04577; }

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

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

background-color css

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

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

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

border-color css

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

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

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