Html Css Color HEX #D689B5 Shocking

📋 copy color: '#D689B5'

red 214 ◦ green 137 ◦ blue 181

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

Shades of Shocking #D689B5

Tints of Shocking #D689B5

RGB

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

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

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

R = 40.23%
G = 25.75%
B = 34.02%

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

#D689B5 (or 0xD689B5) is known color: Shocking. HEX triplet: D6, 89 and B5. RGB value is (214,137,181). Sum of RGB (Red+Green+Blue) = 214+137+181=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689B5 is #29764A. Grayscale: #A4A4A4. Windows color (decimal): -2717259 or 11897302. OLE color: 11897302.

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

Color convert

RGB 214 137 181 -
CMYK 0 0.36 0.15 0.16
HSL 325.71º 0.48% 0.69% -
HSV(B) 325.71º 0.36% 0.84% -
XYZ 45.02 35.52 48.2 -
YUV 165.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 214 137 181 0 0.36 0.15 0.16 325.71 0.48 0.69
Hex D6 89 B5 0 24 F 10 146 30 45
Octal 326 211 265 0 44 17 20 506 60 105
Binary 11010110 10001001 10110101 0 100100 1111 10000 101000110 110000 1000101

Color Harmonies of #D689B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689B5

Black with #D689B5

Text Example


Text Example

White with #D689B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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