Html Css Color HEX #D59ABD Shocking

📋 copy color: '#D59ABD'

red 213 ◦ green 154 ◦ blue 189

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

Shades of Shocking #D59ABD

Tints of Shocking #D59ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.7%

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 38.31%
G = 27.7%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D59ABD (or 0xD59ABD) is known color: Shocking. HEX triplet: D5, 9A and BD. RGB value is (213,154,189). Sum of RGB (Red+Green+Blue) = 213+154+189=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ABD is #2A6542. Grayscale: #AFAFAF. Windows color (decimal): -2778435 or 12425941. OLE color: 12425941.

HSL color Cylindrical-coordinate representation of color #D59ABD: hue angle of 324.41º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59ABD is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 189 -
CMYK 0 0.28 0.11 0.16
HSL 324.41º 0.41% 0.72% -
HSV(B) 324.41º 0.28% 0.84% -
XYZ 48.18 40.93 53.51 -
YUV 175.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 213 154 189 0 0.28 0.11 0.16 324.41 0.41 0.72
Hex D5 9A BD 0 1C B 10 144 29 48
Octal 325 232 275 0 34 13 20 504 51 110
Binary 11010101 10011010 10111101 0 11100 1011 10000 101000100 101001 1001000

Color Harmonies of #D59ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59ABD

Black with #D59ABD

Text Example


Text Example

White with #D59ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59ABD; }

 p { color: rgb(213,154,189); }

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

background-color css

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

 a { background-color: rgb(213,154,189); }

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

border-color css

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

 span { border-color: rgb(213,154,189); }

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