Html Css Color HEX #D553E0 Free Speech Magenta

📋 copy color: '#D553E0'

red 213 ◦ green 83 ◦ blue 224

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

Shades of Free Speech Magenta #D553E0

Tints of Free Speech Magenta #D553E0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.96%

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 40.96%
G = 15.96%
B = 43.08%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D553E0 (or 0xD553E0) is known color: Free Speech Magenta. HEX triplet: D5, 53 and E0. RGB value is (213,83,224). Sum of RGB (Red+Green+Blue) = 213+83+224=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #D553E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553E0 is #2AAC1F. Grayscale: #898989. Windows color (decimal): -2796576 or 14701525. OLE color: 14701525.

HSL color Cylindrical-coordinate representation of color #D553E0: hue angle of 295.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D553E0 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 83 224 -
CMYK 0.05 0.63 0 0.12
HSL 295.32º 0.69% 0.6% -
HSV(B) 295.32º 0.63% 0.88% -
XYZ 43.99 25.71 73.17 -
YUV 137.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 213 83 224 0.05 0.63 0 0.12 295.32 0.69 0.6
Hex D5 53 E0 5 3F 0 C 127 45 3C
Octal 325 123 340 5 77 0 14 447 105 74
Binary 11010101 1010011 11100000 101 111111 0 1100 100100111 1000101 111100

Color Harmonies of #D553E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553E0

Black with #D553E0

Text Example


Text Example

White with #D553E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553E0; }

 p { color: rgb(213,83,224); }

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

background-color css

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

 a { background-color: rgb(213,83,224); }

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

border-color css

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

 span { border-color: rgb(213,83,224); }

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