Html Css Color HEX #D689B8 Shocking

📋 copy color: '#D689B8'

red 214 ◦ green 137 ◦ blue 184

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

Shades of Shocking #D689B8

Tints of Shocking #D689B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 40%
G = 25.61%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D689B8 (or 0xD689B8) is known color: Shocking. HEX triplet: D6, 89 and B8. RGB value is (214,137,184). Sum of RGB (Red+Green+Blue) = 214+137+184=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689B8 is #297647. Grayscale: #A5A5A5. Windows color (decimal): -2717256 or 12093910. OLE color: 12093910.

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

Color convert

RGB 214 137 184 -
CMYK 0 0.36 0.14 0.16
HSL 323.38º 0.48% 0.69% -
HSV(B) 323.38º 0.36% 0.84% -
XYZ 45.33 35.65 49.84 -
YUV 165.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 214 137 184 0 0.36 0.14 0.16 323.38 0.48 0.69
Hex D6 89 B8 0 24 E 10 143 30 45
Octal 326 211 270 0 44 16 20 503 60 105
Binary 11010110 10001001 10111000 0 100100 1110 10000 101000011 110000 1000101

Color Harmonies of #D689B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689B8

Black with #D689B8

Text Example


Text Example

White with #D689B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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