Html Css Color HEX #D696B6 Shocking

📋 copy color: '#D696B6'

red 214 ◦ green 150 ◦ blue 182

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

Shades of Shocking #D696B6

Tints of Shocking #D696B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.33%

R = 39.19%
G = 27.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D696B6 (or 0xD696B6) is known color: Shocking. HEX triplet: D6, 96 and B6. RGB value is (214,150,182). Sum of RGB (Red+Green+Blue) = 214+150+182=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D696B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696B6 is #296949. Grayscale: #ACACAC. Windows color (decimal): -2713930 or 11966166. OLE color: 11966166.

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

Color convert

RGB 214 150 182 -
CMYK 0 0.30 0.15 0.16
HSL 330º 0.44% 0.71% -
HSV(B) 330º 0.3% 0.84% -
XYZ 47.08 39.49 49.4 -
YUV 172.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 214 150 182 0 0.30 0.15 0.16 330 0.44 0.71
Hex D6 96 B6 0 1E F 10 14A 2C 47
Octal 326 226 266 0 36 17 20 512 54 107
Binary 11010110 10010110 10110110 0 11110 1111 10000 101001010 101100 1000111

Color Harmonies of #D696B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696B6

Black with #D696B6

Text Example


Text Example

White with #D696B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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