Html Css Color HEX #D15184 Cranberry

📋 copy color: '#D15184'

red 209 ◦ green 81 ◦ blue 132

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

Shades of Cranberry #D15184

Tints of Cranberry #D15184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 49.53%
G = 19.19%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D15184 (or 0xD15184) is known color: Cranberry. HEX triplet: D1, 51 and 84. RGB value is (209,81,132). Sum of RGB (Red+Green+Blue) = 209+81+132=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D15184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15184 is #2EAE7B. Grayscale: #7D7D7D. Windows color (decimal): -3059324 or 8671697. OLE color: 8671697.

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

Color convert

RGB 209 81 132 -
CMYK 0 0.61 0.37 0.18
HSL 336.09º 0.58% 0.57% -
HSV(B) 336.09º 0.61% 0.82% -
XYZ 33.4 21.11 24.14 -
YUV 125.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 209 81 132 0 0.61 0.37 0.18 336.09 0.58 0.57
Hex D1 51 84 0 3D 25 12 150 3A 39
Octal 321 121 204 0 75 45 22 520 72 71
Binary 11010001 1010001 10000100 0 111101 100101 10010 101010000 111010 111001

Color Harmonies of #D15184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15184

Black with #D15184

Text Example


Text Example

White with #D15184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15184; }

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

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

background-color css

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

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

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

border-color css

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

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

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