Html Css Color HEX #D15585 Cranberry

📋 copy color: '#D15585'

red 209 ◦ green 85 ◦ blue 133

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

Shades of Cranberry #D15585

Tints of Cranberry #D15585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 48.95%
G = 19.91%
B = 31.15%

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

#D15585 (or 0xD15585) is known color: Cranberry. HEX triplet: D1, 55 and 85. RGB value is (209,85,133). Sum of RGB (Red+Green+Blue) = 209+85+133=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D15585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15585 is #2EAA7A. Grayscale: #7F7F7F. Windows color (decimal): -3058299 or 8738257. OLE color: 8738257.

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

Color convert

RGB 209 85 133 -
CMYK 0 0.59 0.36 0.18
HSL 336.77º 0.57% 0.58% -
HSV(B) 336.77º 0.59% 0.82% -
XYZ 33.78 21.75 24.61 -
YUV 127.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 209 85 133 0 0.59 0.36 0.18 336.77 0.57 0.58
Hex D1 55 85 0 3B 24 12 151 39 3A
Octal 321 125 205 0 73 44 22 521 71 72
Binary 11010001 1010101 10000101 0 111011 100100 10010 101010001 111001 111010

Color Harmonies of #D15585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15585

Black with #D15585

Text Example


Text Example

White with #D15585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15585; }

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

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

background-color css

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

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

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

border-color css

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

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

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