Html Css Color HEX #D687C0 Shocking

📋 copy color: '#D687C0'

red 214 ◦ green 135 ◦ blue 192

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

Shades of Shocking #D687C0

Tints of Shocking #D687C0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.95%

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

R = 39.56%
G = 24.95%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D687C0 (or 0xD687C0) is known color: Shocking. HEX triplet: D6, 87 and C0. RGB value is (214,135,192). Sum of RGB (Red+Green+Blue) = 214+135+192=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D687C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687C0 is #29783F. Grayscale: #A4A4A4. Windows color (decimal): -2717760 or 12617686. OLE color: 12617686.

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

Color convert

RGB 214 135 192 -
CMYK 0 0.37 0.10 0.16
HSL 316.71º 0.49% 0.68% -
HSV(B) 316.71º 0.37% 0.84% -
XYZ 45.91 35.43 54.29 -
YUV 165.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 214 135 192 0 0.37 0.10 0.16 316.71 0.49 0.68
Hex D6 87 C0 0 25 A 10 13D 31 44
Octal 326 207 300 0 45 12 20 475 61 104
Binary 11010110 10000111 11000000 0 100101 1010 10000 100111101 110001 1000100

Color Harmonies of #D687C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687C0

Black with #D687C0

Text Example


Text Example

White with #D687C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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