Html Css Color HEX #D599BB Shocking

📋 copy color: '#D599BB'

red 213 ◦ green 153 ◦ blue 187

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

Shades of Shocking #D599BB

Tints of Shocking #D599BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.67%

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

R = 38.52%
G = 27.67%
B = 33.82%

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

#D599BB (or 0xD599BB) is known color: Shocking. HEX triplet: D5, 99 and BB. RGB value is (213,153,187). Sum of RGB (Red+Green+Blue) = 213+153+187=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D599BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599BB is #2A6644. Grayscale: #AEAEAE. Windows color (decimal): -2778693 or 12294613. OLE color: 12294613.

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

Color convert

RGB 213 153 187 -
CMYK 0 0.28 0.12 0.16
HSL 326º 0.42% 0.72% -
HSV(B) 326º 0.28% 0.84% -
XYZ 47.8 40.52 52.31 -
YUV 174.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 213 153 187 0 0.28 0.12 0.16 326 0.42 0.72
Hex D5 99 BB 0 1C C 10 146 2A 48
Octal 325 231 273 0 34 14 20 506 52 110
Binary 11010101 10011001 10111011 0 11100 1100 10000 101000110 101010 1001000

Color Harmonies of #D599BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599BB

Black with #D599BB

Text Example


Text Example

White with #D599BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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