Html Css Color HEX #D05077 Cranberry

📋 copy color: '#D05077'

red 208 ◦ green 80 ◦ blue 119

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

Shades of Cranberry #D05077

Tints of Cranberry #D05077

RGB

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

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

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

R = 51.11%
G = 19.66%
B = 29.24%

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

#D05077 (or 0xD05077) is known color: Cranberry. HEX triplet: D0, 50 and 77. RGB value is (208,80,119). Sum of RGB (Red+Green+Blue) = 208+80+119=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D05077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05077 is #2FAF88. Grayscale: #7A7A7A. Windows color (decimal): -3125129 or 7819472. OLE color: 7819472.

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

Color convert

RGB 208 80 119 -
CMYK 0 0.62 0.43 0.18
HSL 341.72º 0.58% 0.56% -
HSV(B) 341.72º 0.62% 0.82% -
XYZ 32.21 20.48 19.71 -
YUV 122.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 208 80 119 0 0.62 0.43 0.18 341.72 0.58 0.56
Hex D0 50 77 0 3E 2B 12 156 3A 38
Octal 320 120 167 0 76 53 22 526 72 70
Binary 11010000 1010000 1110111 0 111110 101011 10010 101010110 111010 111000

Color Harmonies of #D05077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05077

Black with #D05077

Text Example


Text Example

White with #D05077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05077; }

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

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

background-color css

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

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

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

border-color css

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

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

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