Html Css Color HEX #D53DE9 Free Speech Magenta

📋 copy color: '#D53DE9'

red 213 ◦ green 61 ◦ blue 233

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

Shades of Free Speech Magenta #D53DE9

Tints of Free Speech Magenta #D53DE9

RGB

 RED value IS 213 (83.59% from 255) = 42.01%

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

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 42.01%
G = 12.03%
B = 45.96%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D53DE9 (or 0xD53DE9) is known color: Free Speech Magenta. HEX triplet: D5, 3D and E9. RGB value is (213,61,233). Sum of RGB (Red+Green+Blue) = 213+61+233=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #D53DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53DE9 is #2AC216. Grayscale: #7D7D7D. Windows color (decimal): -2802199 or 15285717. OLE color: 15285717.

HSL color Cylindrical-coordinate representation of color #D53DE9: hue angle of 293.02º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53DE9 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 61 233 -
CMYK 0.09 0.74 0 0.09
HSL 293.02º 0.8% 0.58% -
HSV(B) 293.02º 0.74% 0.91% -
XYZ 43.82 23.37 79.29 -
YUV 126.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 213 61 233 0.09 0.74 0 0.09 293.02 0.8 0.58
Hex D5 3D E9 9 4A 0 9 125 50 3A
Octal 325 75 351 11 112 0 11 445 120 72
Binary 11010101 111101 11101001 1001 1001010 0 1001 100100101 1010000 111010

Color Harmonies of #D53DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DE9

Black with #D53DE9

Text Example


Text Example

White with #D53DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DE9; }

 p { color: rgb(213,61,233); }

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

background-color css

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

 a { background-color: rgb(213,61,233); }

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

border-color css

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

 span { border-color: rgb(213,61,233); }

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