Html Css Color HEX #D04D79 Cranberry

📋 copy color: '#D04D79'

red 208 ◦ green 77 ◦ blue 121

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

Shades of Cranberry #D04D79

Tints of Cranberry #D04D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

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

R = 51.23%
G = 18.97%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D04D79 (or 0xD04D79) is known color: Cranberry. HEX triplet: D0, 4D and 79. RGB value is (208,77,121). Sum of RGB (Red+Green+Blue) = 208+77+121=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D79 is #2FB286. Grayscale: #797979. Windows color (decimal): -3125895 or 7949776. OLE color: 7949776.

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

Color convert

RGB 208 77 121 -
CMYK 0 0.63 0.42 0.18
HSL 339.85º 0.58% 0.56% -
HSV(B) 339.85º 0.63% 0.82% -
XYZ 32.12 20.1 20.28 -
YUV 121.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 208 77 121 0 0.63 0.42 0.18 339.85 0.58 0.56
Hex D0 4D 79 0 3F 2A 12 154 3A 38
Octal 320 115 171 0 77 52 22 524 72 70
Binary 11010000 1001101 1111001 0 111111 101010 10010 101010100 111010 111000

Color Harmonies of #D04D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D79

Black with #D04D79

Text Example


Text Example

White with #D04D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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