Html Css Color HEX #D553EE Free Speech Magenta

📋 copy color: '#D553EE'

red 213 ◦ green 83 ◦ blue 238

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

Shades of Free Speech Magenta #D553EE

Tints of Free Speech Magenta #D553EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 39.89%
G = 15.54%
B = 44.57%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D553EE (or 0xD553EE) is known color: Free Speech Magenta. HEX triplet: D5, 53 and EE. RGB value is (213,83,238). Sum of RGB (Red+Green+Blue) = 213+83+238=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #D553EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D553EE is #2AAC11. Grayscale: #8B8B8B. Windows color (decimal): -2796562 or 15619029. OLE color: 15619029.

HSL color Cylindrical-coordinate representation of color #D553EE: hue angle of 290.32º degrees, saturation: 0.82, 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 #D553EE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 83 238 -
CMYK 0.11 0.65 0 0.07
HSL 290.32º 0.82% 0.63% -
HSV(B) 290.32º 0.65% 0.93% -
XYZ 45.97 26.51 83.58 -
YUV 139.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 213 83 238 0.11 0.65 0 0.07 290.32 0.82 0.63
Hex D5 53 EE B 41 0 7 122 52 3F
Octal 325 123 356 13 101 0 7 442 122 77
Binary 11010101 1010011 11101110 1011 1000001 0 111 100100010 1010010 111111

Color Harmonies of #D553EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553EE

Black with #D553EE

Text Example


Text Example

White with #D553EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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