Html Css Color HEX #D696B9 Shocking

📋 copy color: '#D696B9'

red 214 ◦ green 150 ◦ blue 185

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

Shades of Shocking #D696B9

Tints of Shocking #D696B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.7%

R = 38.98%
G = 27.32%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D696B9 (or 0xD696B9) is known color: Shocking. HEX triplet: D6, 96 and B9. RGB value is (214,150,185). Sum of RGB (Red+Green+Blue) = 214+150+185=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D696B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696B9 is #296946. Grayscale: #ADADAD. Windows color (decimal): -2713927 or 12162774. OLE color: 12162774.

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

Color convert

RGB 214 150 185 -
CMYK 0 0.30 0.14 0.16
HSL 327.19º 0.44% 0.71% -
HSV(B) 327.19º 0.3% 0.84% -
XYZ 47.39 39.61 51.05 -
YUV 173.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 214 150 185 0 0.30 0.14 0.16 327.19 0.44 0.71
Hex D6 96 B9 0 1E E 10 147 2C 47
Octal 326 226 271 0 36 16 20 507 54 107
Binary 11010110 10010110 10111001 0 11110 1110 10000 101000111 101100 1000111

Color Harmonies of #D696B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696B9

Black with #D696B9

Text Example


Text Example

White with #D696B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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