Html Css Color HEX #D53EE8 Free Speech Magenta

📋 copy color: '#D53EE8'

red 213 ◦ green 62 ◦ blue 232

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

Shades of Free Speech Magenta #D53EE8

Tints of Free Speech Magenta #D53EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.76%

R = 42.01%
G = 12.23%
B = 45.76%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D53EE8 (or 0xD53EE8) is known color: Free Speech Magenta. HEX triplet: D5, 3E and E8. RGB value is (213,62,232). Sum of RGB (Red+Green+Blue) = 213+62+232=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #D53EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53EE8 is #2AC117. Grayscale: #7D7D7D. Windows color (decimal): -2801944 or 15220437. OLE color: 15220437.

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

Color convert

RGB 213 62 232 -
CMYK 0.08 0.73 0 0.09
HSL 293.29º 0.79% 0.58% -
HSV(B) 293.29º 0.73% 0.91% -
XYZ 43.73 23.42 78.56 -
YUV 126.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 213 62 232 0.08 0.73 0 0.09 293.29 0.79 0.58
Hex D5 3E E8 8 49 0 9 125 4F 3A
Octal 325 76 350 10 111 0 11 445 117 72
Binary 11010101 111110 11101000 1000 1001001 0 1001 100100101 1001111 111010

Color Harmonies of #D53EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53EE8

Black with #D53EE8

Text Example


Text Example

White with #D53EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53EE8; }

 p { color: rgb(213,62,232); }

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

background-color css

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

 a { background-color: rgb(213,62,232); }

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

border-color css

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

 span { border-color: rgb(213,62,232); }

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