Html Css Color HEX #D689B9 Shocking

📋 copy color: '#D689B9'

red 214 ◦ green 137 ◦ blue 185

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

Shades of Shocking #D689B9

Tints of Shocking #D689B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 39.93%
G = 25.56%
B = 34.51%

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

#D689B9 (or 0xD689B9) is known color: Shocking. HEX triplet: D6, 89 and B9. RGB value is (214,137,185). Sum of RGB (Red+Green+Blue) = 214+137+185=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D689B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689B9 is #297646. Grayscale: #A5A5A5. Windows color (decimal): -2717255 or 12159446. OLE color: 12159446.

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

Color convert

RGB 214 137 185 -
CMYK 0 0.36 0.14 0.16
HSL 322.6º 0.48% 0.69% -
HSV(B) 322.6º 0.36% 0.84% -
XYZ 45.43 35.69 50.39 -
YUV 165.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 214 137 185 0 0.36 0.14 0.16 322.6 0.48 0.69
Hex D6 89 B9 0 24 E 10 143 30 45
Octal 326 211 271 0 44 16 20 503 60 105
Binary 11010110 10001001 10111001 0 100100 1110 10000 101000011 110000 1000101

Color Harmonies of #D689B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689B9

Black with #D689B9

Text Example


Text Example

White with #D689B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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