Html Css Color HEX #D93EDD Free Speech Magenta

📋 copy color: '#D93EDD'

red 217 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Magenta #D93EDD

Tints of Free Speech Magenta #D93EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 43.4%
G = 12.4%
B = 44.2%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D93EDD (or 0xD93EDD) is known color: Free Speech Magenta. HEX triplet: D9, 3E and DD. RGB value is (217,62,221). Sum of RGB (Red+Green+Blue) = 217+62+221=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #D93EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EDD is #26C122. Grayscale: #7D7D7D. Windows color (decimal): -2539811 or 14499545. OLE color: 14499545.

HSL color Cylindrical-coordinate representation of color #D93EDD: hue angle of 298.49º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93EDD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 62 221 -
CMYK 0.02 0.72 0 0.13
HSL 298.49º 0.7% 0.55% -
HSV(B) 298.49º 0.72% 0.87% -
XYZ 43.39 23.42 70.64 -
YUV 126.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 217 62 221 0.02 0.72 0 0.13 298.49 0.7 0.55
Hex D9 3E DD 2 48 0 D 12A 46 37
Octal 331 76 335 2 110 0 15 452 106 67
Binary 11011001 111110 11011101 10 1001000 0 1101 100101010 1000110 110111

Color Harmonies of #D93EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93EDD

Black with #D93EDD

Text Example


Text Example

White with #D93EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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