Html Css Color HEX #D53FDA Free Speech Magenta

📋 copy color: '#D53FDA'

red 213 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Magenta #D53FDA

Tints of Free Speech Magenta #D53FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.75%

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 43.12%
G = 12.75%
B = 44.13%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D53FDA (or 0xD53FDA) is known color: Free Speech Magenta. HEX triplet: D5, 3F and DA. RGB value is (213,63,218). Sum of RGB (Red+Green+Blue) = 213+63+218=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #D53FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FDA is #2AC025. Grayscale: #7D7D7D. Windows color (decimal): -2801702 or 14303189. OLE color: 14303189.

HSL color Cylindrical-coordinate representation of color #D53FDA: hue angle of 298.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53FDA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 63 218 -
CMYK 0.02 0.71 0 0.15
HSL 298.06º 0.68% 0.55% -
HSV(B) 298.06º 0.71% 0.85% -
XYZ 41.87 22.76 68.52 -
YUV 125.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 213 63 218 0.02 0.71 0 0.15 298.06 0.68 0.55
Hex D5 3F DA 2 47 0 F 12A 44 37
Octal 325 77 332 2 107 0 17 452 104 67
Binary 11010101 111111 11011010 10 1000111 0 1111 100101010 1000100 110111

Color Harmonies of #D53FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FDA

Black with #D53FDA

Text Example


Text Example

White with #D53FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FDA; }

 p { color: rgb(213,63,218); }

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

background-color css

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

 a { background-color: rgb(213,63,218); }

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

border-color css

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

 span { border-color: rgb(213,63,218); }

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