Html Css Color HEX #D599BC Shocking

📋 copy color: '#D599BC'

red 213 ◦ green 153 ◦ blue 188

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

Shades of Shocking #D599BC

Tints of Shocking #D599BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 38.45%
G = 27.62%
B = 33.94%

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

#D599BC (or 0xD599BC) is known color: Shocking. HEX triplet: D5, 99 and BC. RGB value is (213,153,188). Sum of RGB (Red+Green+Blue) = 213+153+188=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D599BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599BC is #2A6643. Grayscale: #AEAEAE. Windows color (decimal): -2778692 or 12360149. OLE color: 12360149.

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

Color convert

RGB 213 153 188 -
CMYK 0 0.28 0.12 0.16
HSL 325º 0.42% 0.72% -
HSV(B) 325º 0.28% 0.84% -
XYZ 47.91 40.56 52.88 -
YUV 174.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 213 153 188 0 0.28 0.12 0.16 325 0.42 0.72
Hex D5 99 BC 0 1C C 10 145 2A 48
Octal 325 231 274 0 34 14 20 505 52 110
Binary 11010101 10011001 10111100 0 11100 1100 10000 101000101 101010 1001000

Color Harmonies of #D599BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599BC

Black with #D599BC

Text Example


Text Example

White with #D599BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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