Html Css Color HEX #D689C2 Shocking

📋 copy color: '#D689C2'

red 214 ◦ green 137 ◦ blue 194

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

Shades of Shocking #D689C2

Tints of Shocking #D689C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 39.27%
G = 25.14%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D689C2 (or 0xD689C2) is known color: Shocking. HEX triplet: D6, 89 and C2. RGB value is (214,137,194). Sum of RGB (Red+Green+Blue) = 214+137+194=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C2 is #29763D. Grayscale: #A6A6A6. Windows color (decimal): -2717246 or 12749270. OLE color: 12749270.

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

Color convert

RGB 214 137 194 -
CMYK 0 0.36 0.09 0.16
HSL 315.58º 0.48% 0.69% -
HSV(B) 315.58º 0.36% 0.84% -
XYZ 46.41 36.08 55.56 -
YUV 166.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 214 137 194 0 0.36 0.09 0.16 315.58 0.48 0.69
Hex D6 89 C2 0 24 9 10 13C 30 45
Octal 326 211 302 0 44 11 20 474 60 105
Binary 11010110 10001001 11000010 0 100100 1001 10000 100111100 110000 1000101

Color Harmonies of #D689C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689C2

Black with #D689C2

Text Example


Text Example

White with #D689C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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