Html Css Color HEX #D53CFA Free Speech Magenta

📋 copy color: '#D53CFA'

red 213 ◦ green 60 ◦ blue 250

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

Shades of Free Speech Magenta #D53CFA

Tints of Free Speech Magenta #D53CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 40.73%
G = 11.47%
B = 47.8%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D53CFA (or 0xD53CFA) is known color: Free Speech Magenta. HEX triplet: D5, 3C and FA. RGB value is (213,60,250). Sum of RGB (Red+Green+Blue) = 213+60+250=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 60 (23.83% from 255 or 11.47% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #D53CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CFA is #2AC305. Grayscale: #7E7E7E. Windows color (decimal): -2802438 or 16399573. OLE color: 16399573.

HSL color Cylindrical-coordinate representation of color #D53CFA: hue angle of 288.32º degrees, saturation: 0.95, 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 #D53CFA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 60 250 -
CMYK 0.15 0.76 0 0.02
HSL 288.32º 0.95% 0.61% -
HSV(B) 288.32º 0.76% 0.98% -
XYZ 46.31 24.28 92.69 -
YUV 127.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 213 60 250 0.15 0.76 0 0.02 288.32 0.95 0.61
Hex D5 3C FA F 4C 0 2 120 5F 3D
Octal 325 74 372 17 114 0 2 440 137 75
Binary 11010101 111100 11111010 1111 1001100 0 10 100100000 1011111 111101

Color Harmonies of #D53CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CFA

Black with #D53CFA

Text Example


Text Example

White with #D53CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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