Html Css Color HEX #D696BB Shocking

📋 copy color: '#D696BB'

red 214 ◦ green 150 ◦ blue 187

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

Shades of Shocking #D696BB

Tints of Shocking #D696BB

RGB

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

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

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

R = 38.84%
G = 27.22%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D696BB (or 0xD696BB) is known color: Shocking. HEX triplet: D6, 96 and BB. RGB value is (214,150,187). Sum of RGB (Red+Green+Blue) = 214+150+187=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D696BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696BB is #296944. Grayscale: #ADADAD. Windows color (decimal): -2713925 or 12293846. OLE color: 12293846.

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

Color convert

RGB 214 150 187 -
CMYK 0 0.30 0.13 0.16
HSL 325.31º 0.44% 0.71% -
HSV(B) 325.31º 0.3% 0.84% -
XYZ 47.61 39.7 52.17 -
YUV 173.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 214 150 187 0 0.30 0.13 0.16 325.31 0.44 0.71
Hex D6 96 BB 0 1E D 10 145 2C 47
Octal 326 226 273 0 36 15 20 505 54 107
Binary 11010110 10010110 10111011 0 11110 1101 10000 101000101 101100 1000111

Color Harmonies of #D696BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696BB

Black with #D696BB

Text Example


Text Example

White with #D696BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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