Html Css Color HEX #D53CEB Free Speech Magenta

📋 copy color: '#D53CEB'

red 213 ◦ green 60 ◦ blue 235

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

Shades of Free Speech Magenta #D53CEB

Tints of Free Speech Magenta #D53CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.81%

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 41.93%
G = 11.81%
B = 46.26%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D53CEB (or 0xD53CEB) is known color: Free Speech Magenta. HEX triplet: D5, 3C and EB. RGB value is (213,60,235). Sum of RGB (Red+Green+Blue) = 213+60+235=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #D53CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CEB is #2AC314. Grayscale: #7D7D7D. Windows color (decimal): -2802453 or 15416533. OLE color: 15416533.

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

Color convert

RGB 213 60 235 -
CMYK 0.09 0.74 0 0.08
HSL 292.46º 0.81% 0.58% -
HSV(B) 292.46º 0.74% 0.92% -
XYZ 44.05 23.38 80.79 -
YUV 125.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 213 60 235 0.09 0.74 0 0.08 292.46 0.81 0.58
Hex D5 3C EB 9 4A 0 8 124 51 3A
Octal 325 74 353 11 112 0 10 444 121 72
Binary 11010101 111100 11101011 1001 1001010 0 1000 100100100 1010001 111010

Color Harmonies of #D53CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CEB

Black with #D53CEB

Text Example


Text Example

White with #D53CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CEB; }

 p { color: rgb(213,60,235); }

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

background-color css

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

 a { background-color: rgb(213,60,235); }

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

border-color css

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

 span { border-color: rgb(213,60,235); }

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