Html Css Color HEX #D15983 Cranberry

📋 copy color: '#D15983'

red 209 ◦ green 89 ◦ blue 131

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

Shades of Cranberry #D15983

Tints of Cranberry #D15983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 48.72%
G = 20.75%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15983 (or 0xD15983) is known color: Cranberry. HEX triplet: D1, 59 and 83. RGB value is (209,89,131). Sum of RGB (Red+Green+Blue) = 209+89+131=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D15983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15983 is #2EA67C. Grayscale: #818181. Windows color (decimal): -3057277 or 8608209. OLE color: 8608209.

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

Color convert

RGB 209 89 131 -
CMYK 0 0.57 0.37 0.18
HSL 339º 0.57% 0.58% -
HSV(B) 339º 0.57% 0.82% -
XYZ 33.96 22.34 23.99 -
YUV 129.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 209 89 131 0 0.57 0.37 0.18 339 0.57 0.58
Hex D1 59 83 0 39 25 12 153 39 3A
Octal 321 131 203 0 71 45 22 523 71 72
Binary 11010001 1011001 10000011 0 111001 100101 10010 101010011 111001 111010

Color Harmonies of #D15983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15983

Black with #D15983

Text Example


Text Example

White with #D15983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15983; }

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

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

background-color css

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

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

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

border-color css

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

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

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