Html Css Color HEX #D15580 Cranberry

📋 copy color: '#D15580'

red 209 ◦ green 85 ◦ blue 128

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

Shades of Cranberry #D15580

Tints of Cranberry #D15580

RGB

 RED value IS 209 (82.03% from 255) = 49.53%

 GREEN value IS 85 (33.59% from 255) = 20.14%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 49.53%
G = 20.14%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D15580 (or 0xD15580) is known color: Cranberry. HEX triplet: D1, 55 and 80. RGB value is (209,85,128). Sum of RGB (Red+Green+Blue) = 209+85+128=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15580 is #2EAA7F. Grayscale: #7E7E7E. Windows color (decimal): -3058304 or 8410577. OLE color: 8410577.

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

Color convert

RGB 209 85 128 -
CMYK 0 0.59 0.39 0.18
HSL 339.19º 0.57% 0.58% -
HSV(B) 339.19º 0.59% 0.82% -
XYZ 33.44 21.61 22.83 -
YUV 126.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 209 85 128 0 0.59 0.39 0.18 339.19 0.57 0.58
Hex D1 55 80 0 3B 27 12 153 39 3A
Octal 321 125 200 0 73 47 22 523 71 72
Binary 11010001 1010101 10000000 0 111011 100111 10010 101010011 111001 111010

Color Harmonies of #D15580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15580

Black with #D15580

Text Example


Text Example

White with #D15580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15580; }

 p { color: rgb(209,85,128); }

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

background-color css

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

 a { background-color: rgb(209,85,128); }

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

border-color css

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

 span { border-color: rgb(209,85,128); }

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