Html Css Color HEX #D688C2 Shocking

📋 copy color: '#D688C2'

red 214 ◦ green 136 ◦ blue 194

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

Shades of Shocking #D688C2

Tints of Shocking #D688C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.66%

R = 39.34%
G = 25%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D688C2 (or 0xD688C2) is known color: Shocking. HEX triplet: D6, 88 and C2. RGB value is (214,136,194). Sum of RGB (Red+Green+Blue) = 214+136+194=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D688C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688C2 is #29773D. Grayscale: #A5A5A5. Windows color (decimal): -2717502 or 12749014. OLE color: 12749014.

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

Color convert

RGB 214 136 194 -
CMYK 0 0.36 0.09 0.16
HSL 315.38º 0.49% 0.69% -
HSV(B) 315.38º 0.36% 0.84% -
XYZ 46.27 35.8 55.51 -
YUV 165.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 214 136 194 0 0.36 0.09 0.16 315.38 0.49 0.69
Hex D6 88 C2 0 24 9 10 13B 31 45
Octal 326 210 302 0 44 11 20 473 61 105
Binary 11010110 10001000 11000010 0 100100 1001 10000 100111011 110001 1000101

Color Harmonies of #D688C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688C2

Black with #D688C2

Text Example


Text Example

White with #D688C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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