Html Css Color HEX #D05083 Cranberry

📋 copy color: '#D05083'

red 208 ◦ green 80 ◦ blue 131

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

Shades of Cranberry #D05083

Tints of Cranberry #D05083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 49.64%
G = 19.09%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D05083 (or 0xD05083) is known color: Cranberry. HEX triplet: D0, 50 and 83. RGB value is (208,80,131). Sum of RGB (Red+Green+Blue) = 208+80+131=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D05083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05083 is #2FAF7C. Grayscale: #7C7C7C. Windows color (decimal): -3125117 or 8605904. OLE color: 8605904.

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

Color convert

RGB 208 80 131 -
CMYK 0 0.62 0.37 0.18
HSL 336.09º 0.58% 0.56% -
HSV(B) 336.09º 0.62% 0.82% -
XYZ 32.98 20.79 23.75 -
YUV 124.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 208 80 131 0 0.62 0.37 0.18 336.09 0.58 0.56
Hex D0 50 83 0 3E 25 12 150 3A 38
Octal 320 120 203 0 76 45 22 520 72 70
Binary 11010000 1010000 10000011 0 111110 100101 10010 101010000 111010 111000

Color Harmonies of #D05083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05083

Black with #D05083

Text Example


Text Example

White with #D05083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05083; }

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

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

background-color css

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

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

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

border-color css

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

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

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