Html Css Color HEX #D687B9 Shocking

📋 copy color: '#D687B9'

red 214 ◦ green 135 ◦ blue 185

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

Shades of Shocking #D687B9

Tints of Shocking #D687B9

RGB

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

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

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

R = 40.07%
G = 25.28%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D687B9 (or 0xD687B9) is known color: Shocking. HEX triplet: D6, 87 and B9. RGB value is (214,135,185). Sum of RGB (Red+Green+Blue) = 214+135+185=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D687B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687B9 is #297846. Grayscale: #A4A4A4. Windows color (decimal): -2717767 or 12158934. OLE color: 12158934.

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

Color convert

RGB 214 135 185 -
CMYK 0 0.37 0.14 0.16
HSL 322.03º 0.49% 0.68% -
HSV(B) 322.03º 0.37% 0.84% -
XYZ 45.15 35.13 50.3 -
YUV 164.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 214 135 185 0 0.37 0.14 0.16 322.03 0.49 0.68
Hex D6 87 B9 0 25 E 10 142 31 44
Octal 326 207 271 0 45 16 20 502 61 104
Binary 11010110 10000111 10111001 0 100101 1110 10000 101000010 110001 1000100

Color Harmonies of #D687B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687B9

Black with #D687B9

Text Example


Text Example

White with #D687B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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