Html Css Color HEX #D93EF5 Free Speech Magenta

📋 copy color: '#D93EF5'

red 217 ◦ green 62 ◦ blue 245

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

Shades of Free Speech Magenta #D93EF5

Tints of Free Speech Magenta #D93EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.76%

R = 41.41%
G = 11.83%
B = 46.76%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D93EF5 (or 0xD93EF5) is known color: Free Speech Magenta. HEX triplet: D9, 3E and F5. RGB value is (217,62,245). Sum of RGB (Red+Green+Blue) = 217+62+245=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 62 (24.61% from 255 or 11.83% from 524); Blue value is 245 (96.09% from 255 or 46.76% from 524); Max value from RGB is 245 - color contains mainly: blue. Hex color #D93EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93EF5 is #26C10A. Grayscale: #808080. Windows color (decimal): -2539787 or 16072409. OLE color: 16072409.

HSL color Cylindrical-coordinate representation of color #D93EF5: hue angle of 290.82º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93EF5 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 62 245 -
CMYK 0.11 0.75 0 0.04
HSL 290.82º 0.9% 0.6% -
HSV(B) 290.82º 0.75% 0.96% -
XYZ 46.82 24.79 88.7 -
YUV 129.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 217 62 245 0.11 0.75 0 0.04 290.82 0.9 0.6
Hex D9 3E F5 B 4B 0 4 123 5A 3C
Octal 331 76 365 13 113 0 4 443 132 74
Binary 11011001 111110 11110101 1011 1001011 0 100 100100011 1011010 111100

Color Harmonies of #D93EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93EF5

Black with #D93EF5

Text Example


Text Example

White with #D93EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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