Html Css Color HEX #D93ED6 Free Speech Magenta

📋 copy color: '#D93ED6'

red 217 ◦ green 62 ◦ blue 214

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

Shades of Free Speech Magenta #D93ED6

Tints of Free Speech Magenta #D93ED6

RGB

 RED value IS 217 (85.16% from 255) = 44.02%

 GREEN value IS 62 (24.61% from 255) = 12.58%

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 44.02%
G = 12.58%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D93ED6 (or 0xD93ED6) is known color: Free Speech Magenta. HEX triplet: D9, 3E and D6. RGB value is (217,62,214). Sum of RGB (Red+Green+Blue) = 217+62+214=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D93ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93ED6 is #26C129. Grayscale: #7D7D7D. Windows color (decimal): -2539818 or 14040793. OLE color: 14040793.

HSL color Cylindrical-coordinate representation of color #D93ED6: hue angle of 301.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93ED6 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 62 214 -
CMYK 0 0.71 0.01 0.15
HSL 301.16º 0.67% 0.55% -
HSV(B) 301.16º 0.71% 0.85% -
XYZ 42.48 23.05 65.83 -
YUV 125.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 217 62 214 0 0.71 0.01 0.15 301.16 0.67 0.55
Hex D9 3E D6 0 47 1 F 12D 43 37
Octal 331 76 326 0 107 1 17 455 103 67
Binary 11011001 111110 11010110 0 1000111 1 1111 100101101 1000011 110111

Color Harmonies of #D93ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93ED6

Black with #D93ED6

Text Example


Text Example

White with #D93ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93ED6; }

 p { color: rgb(217,62,214); }

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

background-color css

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

 a { background-color: rgb(217,62,214); }

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

border-color css

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

 span { border-color: rgb(217,62,214); }

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