Html Css Color HEX #D52EDF Free Speech Magenta

📋 copy color: '#D52EDF'

red 213 ◦ green 46 ◦ blue 223

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

Shades of Free Speech Magenta #D52EDF

Tints of Free Speech Magenta #D52EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 44.19%
G = 9.54%
B = 46.27%

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

#D52EDF (or 0xD52EDF) is known color: Free Speech Magenta. HEX triplet: D5, 2E and DF. RGB value is (213,46,223). Sum of RGB (Red+Green+Blue) = 213+46+223=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #D52EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52EDF is #2AD120. Grayscale: #737373. Windows color (decimal): -2806049 or 14626517. OLE color: 14626517.

HSL color Cylindrical-coordinate representation of color #D52EDF: hue angle of 296.61º 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 #D52EDF is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 46 223 -
CMYK 0.04 0.79 0 0.13
HSL 296.61º 0.73% 0.53% -
HSV(B) 296.61º 0.79% 0.87% -
XYZ 41.74 21.43 71.75 -
YUV 116.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 213 46 223 0.04 0.79 0 0.13 296.61 0.73 0.53
Hex D5 2E DF 4 4F 0 D 129 49 35
Octal 325 56 337 4 117 0 15 451 111 65
Binary 11010101 101110 11011111 100 1001111 0 1101 100101001 1001001 110101

Color Harmonies of #D52EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52EDF

Black with #D52EDF

Text Example


Text Example

White with #D52EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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