Html Css Color HEX #D05477 Cranberry

📋 copy color: '#D05477'

red 208 ◦ green 84 ◦ blue 119

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

Shades of Cranberry #D05477

Tints of Cranberry #D05477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.44%

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

R = 50.61%
G = 20.44%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D05477 (or 0xD05477) is known color: Cranberry. HEX triplet: D0, 54 and 77. RGB value is (208,84,119). Sum of RGB (Red+Green+Blue) = 208+84+119=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D05477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05477 is #2FAB88. Grayscale: #7D7D7D. Windows color (decimal): -3124105 or 7820496. OLE color: 7820496.

HSL color Cylindrical-coordinate representation of color #D05477: hue angle of 343.06º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05477 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 84 119 -
CMYK 0 0.60 0.43 0.18
HSL 343.06º 0.57% 0.57% -
HSV(B) 343.06º 0.6% 0.82% -
XYZ 32.51 21.08 19.81 -
YUV 125.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 208 84 119 0 0.60 0.43 0.18 343.06 0.57 0.57
Hex D0 54 77 0 3C 2B 12 157 39 39
Octal 320 124 167 0 74 53 22 527 71 71
Binary 11010000 1010100 1110111 0 111100 101011 10010 101010111 111001 111001

Color Harmonies of #D05477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05477

Black with #D05477

Text Example


Text Example

White with #D05477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05477; }

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

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

background-color css

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

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

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

border-color css

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

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

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