Html Css Color HEX #D689BC Shocking

📋 copy color: '#D689BC'

red 214 ◦ green 137 ◦ blue 188

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

Shades of Shocking #D689BC

Tints of Shocking #D689BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.42%

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 39.7%
G = 25.42%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D689BC (or 0xD689BC) is known color: Shocking. HEX triplet: D6, 89 and BC. RGB value is (214,137,188). Sum of RGB (Red+Green+Blue) = 214+137+188=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D689BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689BC is #297643. Grayscale: #A5A5A5. Windows color (decimal): -2717252 or 12356054. OLE color: 12356054.

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

Color convert

RGB 214 137 188 -
CMYK 0 0.36 0.12 0.16
HSL 320.26º 0.48% 0.69% -
HSV(B) 320.26º 0.36% 0.84% -
XYZ 45.75 35.82 52.08 -
YUV 165.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 214 137 188 0 0.36 0.12 0.16 320.26 0.48 0.69
Hex D6 89 BC 0 24 C 10 140 30 45
Octal 326 211 274 0 44 14 20 500 60 105
Binary 11010110 10001001 10111100 0 100100 1100 10000 101000000 110000 1000101

Color Harmonies of #D689BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689BC

Black with #D689BC

Text Example


Text Example

White with #D689BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689BC; }

 p { color: rgb(214,137,188); }

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

background-color css

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

 a { background-color: rgb(214,137,188); }

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

border-color css

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

 span { border-color: rgb(214,137,188); }

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