Html Css Color HEX #D15986 Cranberry

📋 copy color: '#D15986'

red 209 ◦ green 89 ◦ blue 134

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

Shades of Cranberry #D15986

Tints of Cranberry #D15986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 48.38%
G = 20.6%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D15986 (or 0xD15986) is known color: Cranberry. HEX triplet: D1, 59 and 86. RGB value is (209,89,134). Sum of RGB (Red+Green+Blue) = 209+89+134=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D15986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15986 is #2EA679. Grayscale: #818181. Windows color (decimal): -3057274 or 8804817. OLE color: 8804817.

HSL color Cylindrical-coordinate representation of color #D15986: hue angle of 337.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 #D15986 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 89 134 -
CMYK 0 0.57 0.36 0.18
HSL 337.5º 0.57% 0.58% -
HSV(B) 337.5º 0.57% 0.82% -
XYZ 34.17 22.42 25.08 -
YUV 130.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 209 89 134 0 0.57 0.36 0.18 337.5 0.57 0.58
Hex D1 59 86 0 39 24 12 152 39 3A
Octal 321 131 206 0 71 44 22 522 71 72
Binary 11010001 1011001 10000110 0 111001 100100 10010 101010010 111001 111010

Color Harmonies of #D15986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15986

Black with #D15986

Text Example


Text Example

White with #D15986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15986; }

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

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

background-color css

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

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

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

border-color css

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

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

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