Html Css Color HEX #D688B9 Shocking

📋 copy color: '#D688B9'

red 214 ◦ green 136 ◦ blue 185

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

Shades of Shocking #D688B9

Tints of Shocking #D688B9

RGB

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

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

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

R = 40%
G = 25.42%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D688B9 (or 0xD688B9) is known color: Shocking. HEX triplet: D6, 88 and B9. RGB value is (214,136,185). Sum of RGB (Red+Green+Blue) = 214+136+185=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688B9 is #297746. Grayscale: #A4A4A4. Windows color (decimal): -2717511 or 12159190. OLE color: 12159190.

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

Color convert

RGB 214 136 185 -
CMYK 0 0.36 0.14 0.16
HSL 322.31º 0.49% 0.69% -
HSV(B) 322.31º 0.36% 0.84% -
XYZ 45.29 35.41 50.35 -
YUV 164.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 214 136 185 0 0.36 0.14 0.16 322.31 0.49 0.69
Hex D6 88 B9 0 24 E 10 142 31 45
Octal 326 210 271 0 44 16 20 502 61 105
Binary 11010110 10001000 10111001 0 100100 1110 10000 101000010 110001 1000101

Color Harmonies of #D688B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688B9

Black with #D688B9

Text Example


Text Example

White with #D688B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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