Html Css Color HEX #D52EE1 Free Speech Magenta

📋 copy color: '#D52EE1'

red 213 ◦ green 46 ◦ blue 225

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

Shades of Free Speech Magenta #D52EE1

Tints of Free Speech Magenta #D52EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.5%

 BLUE value IS 225 (88.28% from 255) = 46.49%

R = 44.01%
G = 9.5%
B = 46.49%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D52EE1 (or 0xD52EE1) is known color: Free Speech Magenta. HEX triplet: D5, 2E and E1. RGB value is (213,46,225). Sum of RGB (Red+Green+Blue) = 213+46+225=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #D52EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EE1 is #2AD11E. Grayscale: #737373. Windows color (decimal): -2806047 or 14757589. OLE color: 14757589.

HSL color Cylindrical-coordinate representation of color #D52EE1: hue angle of 295.98º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52EE1 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 46 225 -
CMYK 0.05 0.80 0 0.12
HSL 295.98º 0.75% 0.53% -
HSV(B) 295.98º 0.8% 0.88% -
XYZ 42.01 21.54 73.18 -
YUV 116.34 189.33 196.95 -
System Red Green Blue C M Y K H S L
Decimal 213 46 225 0.05 0.80 0 0.12 295.98 0.75 0.53
Hex D5 2E E1 5 50 0 C 128 4B 35
Octal 325 56 341 5 120 0 14 450 113 65
Binary 11010101 101110 11100001 101 1010000 0 1100 100101000 1001011 110101

Color Harmonies of #D52EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EE1

Black with #D52EE1

Text Example


Text Example

White with #D52EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EE1; }

 p { color: rgb(213,46,225); }

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

background-color css

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

 a { background-color: rgb(213,46,225); }

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

border-color css

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

 span { border-color: rgb(213,46,225); }

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