Html Css Color HEX #D59ABB Shocking

📋 copy color: '#D59ABB'

red 213 ◦ green 154 ◦ blue 187

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

Shades of Shocking #D59ABB

Tints of Shocking #D59ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 38.45%
G = 27.8%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D59ABB (or 0xD59ABB) is known color: Shocking. HEX triplet: D5, 9A and BB. RGB value is (213,154,187). Sum of RGB (Red+Green+Blue) = 213+154+187=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ABB is #2A6544. Grayscale: #AFAFAF. Windows color (decimal): -2778437 or 12294869. OLE color: 12294869.

HSL color Cylindrical-coordinate representation of color #D59ABB: hue angle of 326.44º 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 #D59ABB is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 187 -
CMYK 0 0.28 0.12 0.16
HSL 326.44º 0.41% 0.72% -
HSV(B) 326.44º 0.28% 0.84% -
XYZ 47.97 40.85 52.37 -
YUV 175.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 213 154 187 0 0.28 0.12 0.16 326.44 0.41 0.72
Hex D5 9A BB 0 1C C 10 146 29 48
Octal 325 232 273 0 34 14 20 506 51 110
Binary 11010101 10011010 10111011 0 11100 1100 10000 101000110 101001 1001000

Color Harmonies of #D59ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59ABB

Black with #D59ABB

Text Example


Text Example

White with #D59ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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