Html Css Color HEX #D15181 Cranberry

📋 copy color: '#D15181'

red 209 ◦ green 81 ◦ blue 129

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

Shades of Cranberry #D15181

Tints of Cranberry #D15181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.33%

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 49.88%
G = 19.33%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D15181 (or 0xD15181) is known color: Cranberry. HEX triplet: D1, 51 and 81. RGB value is (209,81,129). Sum of RGB (Red+Green+Blue) = 209+81+129=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D15181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15181 is #2EAE7E. Grayscale: #7C7C7C. Windows color (decimal): -3059327 or 8475089. OLE color: 8475089.

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

Color convert

RGB 209 81 129 -
CMYK 0 0.61 0.38 0.18
HSL 337.5º 0.58% 0.57% -
HSV(B) 337.5º 0.61% 0.82% -
XYZ 33.2 21.03 23.08 -
YUV 124.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 209 81 129 0 0.61 0.38 0.18 337.5 0.58 0.57
Hex D1 51 81 0 3D 26 12 152 3A 39
Octal 321 121 201 0 75 46 22 522 72 71
Binary 11010001 1010001 10000001 0 111101 100110 10010 101010010 111010 111001

Color Harmonies of #D15181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15181

Black with #D15181

Text Example


Text Example

White with #D15181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15181; }

 p { color: rgb(209,81,129); }

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

background-color css

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

 a { background-color: rgb(209,81,129); }

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

border-color css

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

 span { border-color: rgb(209,81,129); }

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