Html Css Color HEX #D93EDA Free Speech Magenta

📋 copy color: '#D93EDA'

red 217 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Magenta #D93EDA

Tints of Free Speech Magenta #D93EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 43.66%
G = 12.47%
B = 43.86%

CMYK

 C value IS 0.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D93EDA (or 0xD93EDA) is known color: Free Speech Magenta. HEX triplet: D9, 3E and DA. RGB value is (217,62,218). Sum of RGB (Red+Green+Blue) = 217+62+218=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #D93EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EDA is #26C125. Grayscale: #7D7D7D. Windows color (decimal): -2539814 or 14302937. OLE color: 14302937.

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

Color convert

RGB 217 62 218 -
CMYK 0.00 0.72 0 0.15
HSL 299.62º 0.68% 0.55% -
HSV(B) 299.62º 0.72% 0.85% -
XYZ 42.99 23.26 68.55 -
YUV 126.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 217 62 218 0.00 0.72 0 0.15 299.62 0.68 0.55
Hex D9 3E DA 0 48 0 F 12C 44 37
Octal 331 76 332 0 110 0 17 454 104 67
Binary 11011001 111110 11011010 0 1001000 0 1111 100101100 1000100 110111

Color Harmonies of #D93EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93EDA

Black with #D93EDA

Text Example


Text Example

White with #D93EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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