Html Css Color HEX #D53CE1 Free Speech Magenta

📋 copy color: '#D53CE1'

red 213 ◦ green 60 ◦ blue 225

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

Shades of Free Speech Magenta #D53CE1

Tints of Free Speech Magenta #D53CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.05%

 BLUE value IS 225 (88.28% from 255) = 45.18%

R = 42.77%
G = 12.05%
B = 45.18%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D53CE1 (or 0xD53CE1) is known color: Free Speech Magenta. HEX triplet: D5, 3C and E1. RGB value is (213,60,225). Sum of RGB (Red+Green+Blue) = 213+60+225=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 60 (23.83% from 255 or 12.05% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #D53CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CE1 is #2AC31E. Grayscale: #7C7C7C. Windows color (decimal): -2802463 or 14761173. OLE color: 14761173.

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

Color convert

RGB 213 60 225 -
CMYK 0.05 0.73 0 0.12
HSL 295.64º 0.73% 0.56% -
HSV(B) 295.64º 0.73% 0.88% -
XYZ 42.65 22.81 73.39 -
YUV 124.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 213 60 225 0.05 0.73 0 0.12 295.64 0.73 0.56
Hex D5 3C E1 5 49 0 C 128 49 38
Octal 325 74 341 5 111 0 14 450 111 70
Binary 11010101 111100 11100001 101 1001001 0 1100 100101000 1001001 111000

Color Harmonies of #D53CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CE1

Black with #D53CE1

Text Example


Text Example

White with #D53CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CE1; }

 p { color: rgb(213,60,225); }

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

background-color css

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

 a { background-color: rgb(213,60,225); }

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

border-color css

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

 span { border-color: rgb(213,60,225); }

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