Html Css Color HEX #D996BD Shocking

📋 copy color: '#D996BD'

red 217 ◦ green 150 ◦ blue 189

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

Shades of Shocking #D996BD

Tints of Shocking #D996BD

RGB

 RED value IS 217 (85.16% from 255) = 39.03%

 GREEN value IS 150 (58.98% from 255) = 26.98%

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

R = 39.03%
G = 26.98%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D996BD (or 0xD996BD) is known color: Shocking. HEX triplet: D9, 96 and BD. RGB value is (217,150,189). Sum of RGB (Red+Green+Blue) = 217+150+189=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D996BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996BD is #266942. Grayscale: #AEAEAE. Windows color (decimal): -2517315 or 12424921. OLE color: 12424921.

HSL color Cylindrical-coordinate representation of color #D996BD: hue angle of 325.07º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996BD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 189 -
CMYK 0 0.31 0.13 0.15
HSL 325.07º 0.47% 0.72% -
HSV(B) 325.07º 0.31% 0.85% -
XYZ 48.71 40.24 53.34 -
YUV 174.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 217 150 189 0 0.31 0.13 0.15 325.07 0.47 0.72
Hex D9 96 BD 0 1F D F 145 2F 48
Octal 331 226 275 0 37 15 17 505 57 110
Binary 11011001 10010110 10111101 0 11111 1101 1111 101000101 101111 1001000

Color Harmonies of #D996BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996BD

Black with #D996BD

Text Example


Text Example

White with #D996BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996BD; }

 p { color: rgb(217,150,189); }

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

background-color css

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

 a { background-color: rgb(217,150,189); }

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

border-color css

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

 span { border-color: rgb(217,150,189); }

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