Html Css Color HEX #D532DD Free Speech Magenta

📋 copy color: '#D532DD'

red 213 ◦ green 50 ◦ blue 221

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

Shades of Free Speech Magenta #D532DD

Tints of Free Speech Magenta #D532DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.33%

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

R = 44.01%
G = 10.33%
B = 45.66%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D532DD (or 0xD532DD) is known color: Free Speech Magenta. HEX triplet: D5, 32 and DD. RGB value is (213,50,221). Sum of RGB (Red+Green+Blue) = 213+50+221=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #D532DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532DD is #2ACD22. Grayscale: #757575. Windows color (decimal): -2805027 or 14496469. OLE color: 14496469.

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

Color convert

RGB 213 50 221 -
CMYK 0.04 0.77 0 0.13
HSL 297.19º 0.72% 0.53% -
HSV(B) 297.19º 0.77% 0.87% -
XYZ 41.63 21.65 70.39 -
YUV 118.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 213 50 221 0.04 0.77 0 0.13 297.19 0.72 0.53
Hex D5 32 DD 4 4D 0 D 129 48 35
Octal 325 62 335 4 115 0 15 451 110 65
Binary 11010101 110010 11011101 100 1001101 0 1101 100101001 1001000 110101

Color Harmonies of #D532DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532DD

Black with #D532DD

Text Example


Text Example

White with #D532DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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