Html Css Color HEX #D04477 Cranberry

📋 copy color: '#D04477'

red 208 ◦ green 68 ◦ blue 119

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

Shades of Cranberry #D04477

Tints of Cranberry #D04477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

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

R = 52.66%
G = 17.22%
B = 30.13%

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

#D04477 (or 0xD04477) is known color: Cranberry. HEX triplet: D0, 44 and 77. RGB value is (208,68,119). Sum of RGB (Red+Green+Blue) = 208+68+119=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04477 is #2FBB88. Grayscale: #737373. Windows color (decimal): -3128201 or 7816400. OLE color: 7816400.

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

Color convert

RGB 208 68 119 -
CMYK 0 0.67 0.43 0.18
HSL 338.14º 0.6% 0.54% -
HSV(B) 338.14º 0.67% 0.82% -
XYZ 31.41 18.88 19.44 -
YUV 115.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 208 68 119 0 0.67 0.43 0.18 338.14 0.6 0.54
Hex D0 44 77 0 43 2B 12 152 3C 36
Octal 320 104 167 0 103 53 22 522 74 66
Binary 11010000 1000100 1110111 0 1000011 101011 10010 101010010 111100 110110

Color Harmonies of #D04477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04477

Black with #D04477

Text Example


Text Example

White with #D04477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04477; }

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

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

background-color css

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

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

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

border-color css

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

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

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