Html Css Color HEX #D688C1 Shocking

📋 copy color: '#D688C1'

red 214 ◦ green 136 ◦ blue 193

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

Shades of Shocking #D688C1

Tints of Shocking #D688C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.54%

R = 39.41%
G = 25.05%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D688C1 (or 0xD688C1) is known color: Shocking. HEX triplet: D6, 88 and C1. RGB value is (214,136,193). Sum of RGB (Red+Green+Blue) = 214+136+193=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D688C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688C1 is #29773E. Grayscale: #A5A5A5. Windows color (decimal): -2717503 or 12683478. OLE color: 12683478.

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

Color convert

RGB 214 136 193 -
CMYK 0 0.36 0.10 0.16
HSL 316.15º 0.49% 0.69% -
HSV(B) 316.15º 0.36% 0.84% -
XYZ 46.16 35.75 54.92 -
YUV 165.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 214 136 193 0 0.36 0.10 0.16 316.15 0.49 0.69
Hex D6 88 C1 0 24 A 10 13C 31 45
Octal 326 210 301 0 44 12 20 474 61 105
Binary 11010110 10001000 11000001 0 100100 1010 10000 100111100 110001 1000101

Color Harmonies of #D688C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688C1

Black with #D688C1

Text Example


Text Example

White with #D688C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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