Html Css Color HEX #D15586 Cranberry

📋 copy color: '#D15586'

red 209 ◦ green 85 ◦ blue 134

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

Shades of Cranberry #D15586

Tints of Cranberry #D15586

RGB

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

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

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

R = 48.83%
G = 19.86%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D15586 (or 0xD15586) is known color: Cranberry. HEX triplet: D1, 55 and 86. RGB value is (209,85,134). Sum of RGB (Red+Green+Blue) = 209+85+134=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D15586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15586 is #2EAA79. Grayscale: #7F7F7F. Windows color (decimal): -3058298 or 8803793. OLE color: 8803793.

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

Color convert

RGB 209 85 134 -
CMYK 0 0.59 0.36 0.18
HSL 336.29º 0.57% 0.58% -
HSV(B) 336.29º 0.59% 0.82% -
XYZ 33.85 21.77 24.97 -
YUV 127.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 209 85 134 0 0.59 0.36 0.18 336.29 0.57 0.58
Hex D1 55 86 0 3B 24 12 150 39 3A
Octal 321 125 206 0 73 44 22 520 71 72
Binary 11010001 1010101 10000110 0 111011 100100 10010 101010000 111001 111010

Color Harmonies of #D15586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15586

Black with #D15586

Text Example


Text Example

White with #D15586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15586; }

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

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

background-color css

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

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

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

border-color css

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

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

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