Html Css Color HEX #D05979 Cranberry

📋 copy color: '#D05979'

red 208 ◦ green 89 ◦ blue 121

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

Shades of Cranberry #D05979

Tints of Cranberry #D05979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.29%

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 49.76%
G = 21.29%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D05979 (or 0xD05979) is known color: Cranberry. HEX triplet: D0, 59 and 79. RGB value is (208,89,121). Sum of RGB (Red+Green+Blue) = 208+89+121=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D05979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05979 is #2FA686. Grayscale: #808080. Windows color (decimal): -3122823 or 7952848. OLE color: 7952848.

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

Color convert

RGB 208 89 121 -
CMYK 0 0.57 0.42 0.18
HSL 343.87º 0.56% 0.58% -
HSV(B) 343.87º 0.57% 0.82% -
XYZ 33.04 21.94 20.58 -
YUV 128.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 208 89 121 0 0.57 0.42 0.18 343.87 0.56 0.58
Hex D0 59 79 0 39 2A 12 158 38 3A
Octal 320 131 171 0 71 52 22 530 70 72
Binary 11010000 1011001 1111001 0 111001 101010 10010 101011000 111000 111010

Color Harmonies of #D05979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05979

Black with #D05979

Text Example


Text Example

White with #D05979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05979; }

 p { color: rgb(208,89,121); }

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

background-color css

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

 a { background-color: rgb(208,89,121); }

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

border-color css

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

 span { border-color: rgb(208,89,121); }

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