Html Css Color HEX #D688B6 Shocking

📋 copy color: '#D688B6'

red 214 ◦ green 136 ◦ blue 182

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

Shades of Shocking #D688B6

Tints of Shocking #D688B6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.56%

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

R = 40.23%
G = 25.56%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D688B6 (or 0xD688B6) is known color: Shocking. HEX triplet: D6, 88 and B6. RGB value is (214,136,182). Sum of RGB (Red+Green+Blue) = 214+136+182=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688B6 is #297749. Grayscale: #A4A4A4. Windows color (decimal): -2717514 or 11962582. OLE color: 11962582.

HSL color Cylindrical-coordinate representation of color #D688B6: hue angle of 324.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688B6 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 182 -
CMYK 0 0.36 0.15 0.16
HSL 324.62º 0.49% 0.69% -
HSV(B) 324.62º 0.36% 0.84% -
XYZ 44.98 35.28 48.7 -
YUV 164.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 214 136 182 0 0.36 0.15 0.16 324.62 0.49 0.69
Hex D6 88 B6 0 24 F 10 145 31 45
Octal 326 210 266 0 44 17 20 505 61 105
Binary 11010110 10001000 10110110 0 100100 1111 10000 101000101 110001 1000101

Color Harmonies of #D688B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688B6

Black with #D688B6

Text Example


Text Example

White with #D688B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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