Html Css Color HEX #D533D9 Free Speech Magenta

📋 copy color: '#D533D9'

red 213 ◦ green 51 ◦ blue 217

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

Shades of Free Speech Magenta #D533D9

Tints of Free Speech Magenta #D533D9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.6%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 44.28%
G = 10.6%
B = 45.11%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D533D9 (or 0xD533D9) is known color: Free Speech Magenta. HEX triplet: D5, 33 and D9. RGB value is (213,51,217). Sum of RGB (Red+Green+Blue) = 213+51+217=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #D533D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533D9 is #2ACC26. Grayscale: #757575. Windows color (decimal): -2804775 or 14234581. OLE color: 14234581.

HSL color Cylindrical-coordinate representation of color #D533D9: hue angle of 298.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D533D9 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 51 217 -
CMYK 0.02 0.76 0 0.15
HSL 298.55º 0.69% 0.53% -
HSV(B) 298.55º 0.76% 0.85% -
XYZ 41.15 21.52 67.63 -
YUV 118.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 213 51 217 0.02 0.76 0 0.15 298.55 0.69 0.53
Hex D5 33 D9 2 4C 0 F 12B 45 35
Octal 325 63 331 2 114 0 17 453 105 65
Binary 11010101 110011 11011001 10 1001100 0 1111 100101011 1000101 110101

Color Harmonies of #D533D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D533D9

Black with #D533D9

Text Example


Text Example

White with #D533D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D533D9; }

 p { color: rgb(213,51,217); }

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

background-color css

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

 a { background-color: rgb(213,51,217); }

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

border-color css

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

 span { border-color: rgb(213,51,217); }

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