Html Css Color HEX #D552ED Free Speech Magenta

📋 copy color: '#D552ED'

red 213 ◦ green 82 ◦ blue 237

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

Shades of Free Speech Magenta #D552ED

Tints of Free Speech Magenta #D552ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.41%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 40.04%
G = 15.41%
B = 44.55%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D552ED (or 0xD552ED) is known color: Free Speech Magenta. HEX triplet: D5, 52 and ED. RGB value is (213,82,237). Sum of RGB (Red+Green+Blue) = 213+82+237=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #D552ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552ED is #2AAD12. Grayscale: #8A8A8A. Windows color (decimal): -2796819 or 15553237. OLE color: 15553237.

HSL color Cylindrical-coordinate representation of color #D552ED: hue angle of 290.71º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D552ED is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 82 237 -
CMYK 0.10 0.65 0 0.07
HSL 290.71º 0.81% 0.63% -
HSV(B) 290.71º 0.65% 0.93% -
XYZ 45.74 26.3 82.79 -
YUV 138.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 213 82 237 0.10 0.65 0 0.07 290.71 0.81 0.63
Hex D5 52 ED A 41 0 7 123 51 3F
Octal 325 122 355 12 101 0 7 443 121 77
Binary 11010101 1010010 11101101 1010 1000001 0 111 100100011 1010001 111111

Color Harmonies of #D552ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552ED

Black with #D552ED

Text Example


Text Example

White with #D552ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552ED; }

 p { color: rgb(213,82,237); }

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

background-color css

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

 a { background-color: rgb(213,82,237); }

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

border-color css

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

 span { border-color: rgb(213,82,237); }

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