Html Css Color HEX #D688B5 Shocking

📋 copy color: '#D688B5'

red 214 ◦ green 136 ◦ blue 181

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

Shades of Shocking #D688B5

Tints of Shocking #D688B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.09%

R = 40.3%
G = 25.61%
B = 34.09%

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

#D688B5 (or 0xD688B5) is known color: Shocking. HEX triplet: D6, 88 and B5. RGB value is (214,136,181). Sum of RGB (Red+Green+Blue) = 214+136+181=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688B5 is #29774A. Grayscale: #A4A4A4. Windows color (decimal): -2717515 or 11897046. OLE color: 11897046.

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

Color convert

RGB 214 136 181 -
CMYK 0 0.36 0.15 0.16
HSL 325.38º 0.49% 0.69% -
HSV(B) 325.38º 0.36% 0.84% -
XYZ 44.88 35.24 48.15 -
YUV 164.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 214 136 181 0 0.36 0.15 0.16 325.38 0.49 0.69
Hex D6 88 B5 0 24 F 10 145 31 45
Octal 326 210 265 0 44 17 20 505 61 105
Binary 11010110 10001000 10110101 0 100100 1111 10000 101000101 110001 1000101

Color Harmonies of #D688B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688B5

Black with #D688B5

Text Example


Text Example

White with #D688B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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