Html Css Color HEX #D05081 Cranberry

📋 copy color: '#D05081'

red 208 ◦ green 80 ◦ blue 129

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

Shades of Cranberry #D05081

Tints of Cranberry #D05081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 49.88%
G = 19.18%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D05081 (or 0xD05081) is known color: Cranberry. HEX triplet: D0, 50 and 81. RGB value is (208,80,129). Sum of RGB (Red+Green+Blue) = 208+80+129=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D05081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05081 is #2FAF7E. Grayscale: #7B7B7B. Windows color (decimal): -3125119 or 8474832. OLE color: 8474832.

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

Color convert

RGB 208 80 129 -
CMYK 0 0.62 0.38 0.18
HSL 337.03º 0.58% 0.56% -
HSV(B) 337.03º 0.62% 0.82% -
XYZ 32.84 20.73 23.04 -
YUV 123.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 208 80 129 0 0.62 0.38 0.18 337.03 0.58 0.56
Hex D0 50 81 0 3E 26 12 151 3A 38
Octal 320 120 201 0 76 46 22 521 72 70
Binary 11010000 1010000 10000001 0 111110 100110 10010 101010001 111010 111000

Color Harmonies of #D05081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05081

Black with #D05081

Text Example


Text Example

White with #D05081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05081; }

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

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

background-color css

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

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

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

border-color css

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

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

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