Html Css Color HEX #D689C3 Shocking

📋 copy color: '#D689C3'

red 214 ◦ green 137 ◦ blue 195

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

Shades of Shocking #D689C3

Tints of Shocking #D689C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 39.19%
G = 25.09%
B = 35.71%

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

#D689C3 (or 0xD689C3) is known color: Shocking. HEX triplet: D6, 89 and C3. RGB value is (214,137,195). Sum of RGB (Red+Green+Blue) = 214+137+195=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D689C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689C3 is #29763C. Grayscale: #A6A6A6. Windows color (decimal): -2717245 or 12814806. OLE color: 12814806.

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

Color convert

RGB 214 137 195 -
CMYK 0 0.36 0.09 0.16
HSL 314.81º 0.48% 0.69% -
HSV(B) 314.81º 0.36% 0.84% -
XYZ 46.53 36.13 56.15 -
YUV 166.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 214 137 195 0 0.36 0.09 0.16 314.81 0.48 0.69
Hex D6 89 C3 0 24 9 10 13B 30 45
Octal 326 211 303 0 44 11 20 473 60 105
Binary 11010110 10001001 11000011 0 100100 1001 10000 100111011 110000 1000101

Color Harmonies of #D689C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689C3

Black with #D689C3

Text Example


Text Example

White with #D689C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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