Html Css Color HEX #D15880 Cranberry

📋 copy color: '#D15880'

red 209 ◦ green 88 ◦ blue 128

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

Shades of Cranberry #D15880

Tints of Cranberry #D15880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.71%

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

R = 49.18%
G = 20.71%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D15880 (or 0xD15880) is known color: Cranberry. HEX triplet: D1, 58 and 80. RGB value is (209,88,128). Sum of RGB (Red+Green+Blue) = 209+88+128=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D15880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15880 is #2EA77F. Grayscale: #808080. Windows color (decimal): -3057536 or 8411345. OLE color: 8411345.

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

Color convert

RGB 209 88 128 -
CMYK 0 0.58 0.39 0.18
HSL 340.17º 0.57% 0.58% -
HSV(B) 340.17º 0.58% 0.82% -
XYZ 33.68 22.09 22.91 -
YUV 128.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 209 88 128 0 0.58 0.39 0.18 340.17 0.57 0.58
Hex D1 58 80 0 3A 27 12 154 39 3A
Octal 321 130 200 0 72 47 22 524 71 72
Binary 11010001 1011000 10000000 0 111010 100111 10010 101010100 111001 111010

Color Harmonies of #D15880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15880

Black with #D15880

Text Example


Text Example

White with #D15880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15880; }

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

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

background-color css

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

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

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

border-color css

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

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

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