Html Css Color HEX #D93DF9 Free Speech Magenta

📋 copy color: '#D93DF9'

red 217 ◦ green 61 ◦ blue 249

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

Shades of Free Speech Magenta #D93DF9

Tints of Free Speech Magenta #D93DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.57%

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 41.18%
G = 11.57%
B = 47.25%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D93DF9 (or 0xD93DF9) is known color: Free Speech Magenta. HEX triplet: D9, 3D and F9. RGB value is (217,61,249). Sum of RGB (Red+Green+Blue) = 217+61+249=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 61 (24.22% from 255 or 11.57% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #D93DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93DF9 is #26C206. Grayscale: #808080. Windows color (decimal): -2540039 or 16334297. OLE color: 16334297.

HSL color Cylindrical-coordinate representation of color #D93DF9: hue angle of 289.79º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93DF9 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 61 249 -
CMYK 0.13 0.76 0 0.02
HSL 289.79º 0.94% 0.61% -
HSV(B) 289.79º 0.76% 0.98% -
XYZ 47.38 24.93 91.94 -
YUV 129.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 217 61 249 0.13 0.76 0 0.02 289.79 0.94 0.61
Hex D9 3D F9 D 4C 0 2 122 5E 3D
Octal 331 75 371 15 114 0 2 442 136 75
Binary 11011001 111101 11111001 1101 1001100 0 10 100100010 1011110 111101

Color Harmonies of #D93DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DF9

Black with #D93DF9

Text Example


Text Example

White with #D93DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DF9; }

 p { color: rgb(217,61,249); }

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

background-color css

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

 a { background-color: rgb(217,61,249); }

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

border-color css

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

 span { border-color: rgb(217,61,249); }

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