Html Css Color HEX #D15980 Cranberry

📋 copy color: '#D15980'

red 209 ◦ green 89 ◦ blue 128

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

Shades of Cranberry #D15980

Tints of Cranberry #D15980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.89%

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

R = 49.06%
G = 20.89%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D15980 (or 0xD15980) is known color: Cranberry. HEX triplet: D1, 59 and 80. RGB value is (209,89,128). Sum of RGB (Red+Green+Blue) = 209+89+128=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D15980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15980 is #2EA67F. Grayscale: #818181. Windows color (decimal): -3057280 or 8411601. OLE color: 8411601.

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

Color convert

RGB 209 89 128 -
CMYK 0 0.57 0.39 0.18
HSL 340.5º 0.57% 0.58% -
HSV(B) 340.5º 0.57% 0.82% -
XYZ 33.76 22.26 22.94 -
YUV 129.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 209 89 128 0 0.57 0.39 0.18 340.5 0.57 0.58
Hex D1 59 80 0 39 27 12 154 39 3A
Octal 321 131 200 0 71 47 22 524 71 72
Binary 11010001 1011001 10000000 0 111001 100111 10010 101010100 111001 111010

Color Harmonies of #D15980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15980

Black with #D15980

Text Example


Text Example

White with #D15980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15980; }

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

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

background-color css

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

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

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

border-color css

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

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

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