Html Css Color HEX #D696C0 Shocking

📋 copy color: '#D696C0'

red 214 ◦ green 150 ◦ blue 192

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

Shades of Shocking #D696C0

Tints of Shocking #D696C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 38.49%
G = 26.98%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D696C0 (or 0xD696C0) is known color: Shocking. HEX triplet: D6, 96 and C0. RGB value is (214,150,192). Sum of RGB (Red+Green+Blue) = 214+150+192=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C0 is #29693F. Grayscale: #ADADAD. Windows color (decimal): -2713920 or 12621526. OLE color: 12621526.

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

Color convert

RGB 214 150 192 -
CMYK 0 0.30 0.10 0.16
HSL 320.63º 0.44% 0.71% -
HSV(B) 320.63º 0.3% 0.84% -
XYZ 48.15 39.91 55.04 -
YUV 173.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 214 150 192 0 0.30 0.10 0.16 320.63 0.44 0.71
Hex D6 96 C0 0 1E A 10 141 2C 47
Octal 326 226 300 0 36 12 20 501 54 107
Binary 11010110 10010110 11000000 0 11110 1010 10000 101000001 101100 1000111

Color Harmonies of #D696C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696C0

Black with #D696C0

Text Example


Text Example

White with #D696C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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