Html Css Color HEX #D59DB9 Shocking

📋 copy color: '#D59DB9'

red 213 ◦ green 157 ◦ blue 185

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

Shades of Shocking #D59DB9

Tints of Shocking #D59DB9

RGB

 RED value IS 213 (83.59% from 255) = 38.38%

 GREEN value IS 157 (61.72% from 255) = 28.29%

 BLUE value IS 185 (72.66% from 255) = 33.33%

R = 38.38%
G = 28.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D59DB9 (or 0xD59DB9) is known color: Shocking. HEX triplet: D5, 9D and B9. RGB value is (213,157,185). Sum of RGB (Red+Green+Blue) = 213+157+185=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB9 is #2A6246. Grayscale: #B0B0B0. Windows color (decimal): -2777671 or 12164565. OLE color: 12164565.

HSL color Cylindrical-coordinate representation of color #D59DB9: hue angle of 330º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DB9 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 185 -
CMYK 0 0.26 0.13 0.16
HSL 330º 0.4% 0.73% -
HSV(B) 330º 0.26% 0.84% -
XYZ 48.25 41.76 51.42 -
YUV 176.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 213 157 185 0 0.26 0.13 0.16 330 0.4 0.73
Hex D5 9D B9 0 1A D 10 14A 28 49
Octal 325 235 271 0 32 15 20 512 50 111
Binary 11010101 10011101 10111001 0 11010 1101 10000 101001010 101000 1001001

Color Harmonies of #D59DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DB9

Black with #D59DB9

Text Example


Text Example

White with #D59DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DB9; }

 p { color: rgb(213,157,185); }

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

background-color css

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

 a { background-color: rgb(213,157,185); }

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

border-color css

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

 span { border-color: rgb(213,157,185); }

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