Html Css Color HEX #D52FDD Free Speech Magenta

📋 copy color: '#D52FDD'

red 213 ◦ green 47 ◦ blue 221

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

Shades of Free Speech Magenta #D52FDD

Tints of Free Speech Magenta #D52FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.77%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 44.28%
G = 9.77%
B = 45.95%

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

#D52FDD (or 0xD52FDD) is known color: Free Speech Magenta. HEX triplet: D5, 2F and DD. RGB value is (213,47,221). Sum of RGB (Red+Green+Blue) = 213+47+221=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #D52FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FDD is #2AD022. Grayscale: #737373. Windows color (decimal): -2805795 or 14495701. OLE color: 14495701.

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

Color convert

RGB 213 47 221 -
CMYK 0.04 0.79 0 0.13
HSL 297.24º 0.72% 0.53% -
HSV(B) 297.24º 0.79% 0.87% -
XYZ 41.51 21.4 70.35 -
YUV 116.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 213 47 221 0.04 0.79 0 0.13 297.24 0.72 0.53
Hex D5 2F DD 4 4F 0 D 129 48 35
Octal 325 57 335 4 117 0 15 451 110 65
Binary 11010101 101111 11011101 100 1001111 0 1101 100101001 1001000 110101

Color Harmonies of #D52FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FDD

Black with #D52FDD

Text Example


Text Example

White with #D52FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FDD; }

 p { color: rgb(213,47,221); }

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

background-color css

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

 a { background-color: rgb(213,47,221); }

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

border-color css

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

 span { border-color: rgb(213,47,221); }

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