Html Css Color HEX #D52EDE Free Speech Magenta

📋 copy color: '#D52EDE'

red 213 ◦ green 46 ◦ blue 222

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

Shades of Free Speech Magenta #D52EDE

Tints of Free Speech Magenta #D52EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 44.28%
G = 9.56%
B = 46.15%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D52EDE (or 0xD52EDE) is known color: Free Speech Magenta. HEX triplet: D5, 2E and DE. RGB value is (213,46,222). Sum of RGB (Red+Green+Blue) = 213+46+222=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #D52EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EDE is #2AD121. Grayscale: #737373. Windows color (decimal): -2806050 or 14560981. OLE color: 14560981.

HSL color Cylindrical-coordinate representation of color #D52EDE: hue angle of 296.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52EDE is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 46 222 -
CMYK 0.04 0.79 0 0.13
HSL 296.93º 0.73% 0.53% -
HSV(B) 296.93º 0.79% 0.87% -
XYZ 41.6 21.37 71.04 -
YUV 116 187.83 197.19 -
System Red Green Blue C M Y K H S L
Decimal 213 46 222 0.04 0.79 0 0.13 296.93 0.73 0.53
Hex D5 2E DE 4 4F 0 D 129 49 35
Octal 325 56 336 4 117 0 15 451 111 65
Binary 11010101 101110 11011110 100 1001111 0 1101 100101001 1001001 110101

Color Harmonies of #D52EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EDE

Black with #D52EDE

Text Example


Text Example

White with #D52EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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