Html Css Color HEX #D696BD Shocking

📋 copy color: '#D696BD'

red 214 ◦ green 150 ◦ blue 189

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

Shades of Shocking #D696BD

Tints of Shocking #D696BD

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

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

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

R = 38.7%
G = 27.12%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D696BD (or 0xD696BD) is known color: Shocking. HEX triplet: D6, 96 and BD. RGB value is (214,150,189). Sum of RGB (Red+Green+Blue) = 214+150+189=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D696BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696BD is #296942. Grayscale: #ADADAD. Windows color (decimal): -2713923 or 12424918. OLE color: 12424918.

HSL color Cylindrical-coordinate representation of color #D696BD: hue angle of 323.44º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696BD is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 189 -
CMYK 0 0.30 0.12 0.16
HSL 323.44º 0.44% 0.71% -
HSV(B) 323.44º 0.3% 0.84% -
XYZ 47.82 39.78 53.3 -
YUV 173.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 214 150 189 0 0.30 0.12 0.16 323.44 0.44 0.71
Hex D6 96 BD 0 1E C 10 143 2C 47
Octal 326 226 275 0 36 14 20 503 54 107
Binary 11010110 10010110 10111101 0 11110 1100 10000 101000011 101100 1000111

Color Harmonies of #D696BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696BD

Black with #D696BD

Text Example


Text Example

White with #D696BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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