Html Css Color HEX #D696BA Shocking

📋 copy color: '#D696BA'

red 214 ◦ green 150 ◦ blue 186

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

Shades of Shocking #D696BA

Tints of Shocking #D696BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 38.91%
G = 27.27%
B = 33.82%

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

#D696BA (or 0xD696BA) is known color: Shocking. HEX triplet: D6, 96 and BA. RGB value is (214,150,186). Sum of RGB (Red+Green+Blue) = 214+150+186=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D696BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696BA is #296945. Grayscale: #ADADAD. Windows color (decimal): -2713926 or 12228310. OLE color: 12228310.

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

Color convert

RGB 214 150 186 -
CMYK 0 0.30 0.13 0.16
HSL 326.25º 0.44% 0.71% -
HSV(B) 326.25º 0.3% 0.84% -
XYZ 47.5 39.65 51.6 -
YUV 173.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 214 150 186 0 0.30 0.13 0.16 326.25 0.44 0.71
Hex D6 96 BA 0 1E D 10 146 2C 47
Octal 326 226 272 0 36 15 20 506 54 107
Binary 11010110 10010110 10111010 0 11110 1101 10000 101000110 101100 1000111

Color Harmonies of #D696BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696BA

Black with #D696BA

Text Example


Text Example

White with #D696BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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