Html Css Color HEX #D532DF Free Speech Magenta

📋 copy color: '#D532DF'

red 213 ◦ green 50 ◦ blue 223

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

Shades of Free Speech Magenta #D532DF

Tints of Free Speech Magenta #D532DF

RGB

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

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

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

R = 43.83%
G = 10.29%
B = 45.88%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D532DF (or 0xD532DF) is known color: Free Speech Magenta. HEX triplet: D5, 32 and DF. RGB value is (213,50,223). Sum of RGB (Red+Green+Blue) = 213+50+223=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #D532DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532DF is #2ACD20. Grayscale: #757575. Windows color (decimal): -2805025 or 14627541. OLE color: 14627541.

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

Color convert

RGB 213 50 223 -
CMYK 0.04 0.78 0 0.13
HSL 296.53º 0.73% 0.54% -
HSV(B) 296.53º 0.78% 0.87% -
XYZ 41.9 21.76 71.8 -
YUV 118.46 187 195.43 -
System Red Green Blue C M Y K H S L
Decimal 213 50 223 0.04 0.78 0 0.13 296.53 0.73 0.54
Hex D5 32 DF 4 4E 0 D 129 49 36
Octal 325 62 337 4 116 0 15 451 111 66
Binary 11010101 110010 11011111 100 1001110 0 1101 100101001 1001001 110110

Color Harmonies of #D532DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532DF

Black with #D532DF

Text Example


Text Example

White with #D532DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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