Html Css Color HEX #D689BA Shocking

📋 copy color: '#D689BA'

red 214 ◦ green 137 ◦ blue 186

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

Shades of Shocking #D689BA

Tints of Shocking #D689BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 39.85%
G = 25.51%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D689BA (or 0xD689BA) is known color: Shocking. HEX triplet: D6, 89 and BA. RGB value is (214,137,186). Sum of RGB (Red+Green+Blue) = 214+137+186=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D689BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689BA is #297645. Grayscale: #A5A5A5. Windows color (decimal): -2717254 or 12224982. OLE color: 12224982.

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

Color convert

RGB 214 137 186 -
CMYK 0 0.36 0.13 0.16
HSL 321.82º 0.48% 0.69% -
HSV(B) 321.82º 0.36% 0.84% -
XYZ 45.54 35.73 50.95 -
YUV 165.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 214 137 186 0 0.36 0.13 0.16 321.82 0.48 0.69
Hex D6 89 BA 0 24 D 10 142 30 45
Octal 326 211 272 0 44 15 20 502 60 105
Binary 11010110 10001001 10111010 0 100100 1101 10000 101000010 110000 1000101

Color Harmonies of #D689BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689BA

Black with #D689BA

Text Example


Text Example

White with #D689BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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