Html Css Color HEX #D05076 Cranberry

📋 copy color: '#D05076'

red 208 ◦ green 80 ◦ blue 118

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

Shades of Cranberry #D05076

Tints of Cranberry #D05076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 51.23%
G = 19.7%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D05076 (or 0xD05076) is known color: Cranberry. HEX triplet: D0, 50 and 76. RGB value is (208,80,118). Sum of RGB (Red+Green+Blue) = 208+80+118=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D05076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05076 is #2FAF89. Grayscale: #7A7A7A. Windows color (decimal): -3125130 or 7753936. OLE color: 7753936.

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

Color convert

RGB 208 80 118 -
CMYK 0 0.62 0.43 0.18
HSL 342.19º 0.58% 0.56% -
HSV(B) 342.19º 0.62% 0.82% -
XYZ 32.15 20.46 19.39 -
YUV 122.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 208 80 118 0 0.62 0.43 0.18 342.19 0.58 0.56
Hex D0 50 76 0 3E 2B 12 156 3A 38
Octal 320 120 166 0 76 53 22 526 72 70
Binary 11010000 1010000 1110110 0 111110 101011 10010 101010110 111010 111000

Color Harmonies of #D05076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05076

Black with #D05076

Text Example


Text Example

White with #D05076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05076; }

 p { color: rgb(208,80,118); }

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

background-color css

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

 a { background-color: rgb(208,80,118); }

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

border-color css

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

 span { border-color: rgb(208,80,118); }

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