Html Css Color HEX #D53CE6 Free Speech Magenta

📋 copy color: '#D53CE6'

red 213 ◦ green 60 ◦ blue 230

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

Shades of Free Speech Magenta #D53CE6

Tints of Free Speech Magenta #D53CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 42.35%
G = 11.93%
B = 45.73%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D53CE6 (or 0xD53CE6) is known color: Free Speech Magenta. HEX triplet: D5, 3C and E6. RGB value is (213,60,230). Sum of RGB (Red+Green+Blue) = 213+60+230=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #D53CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CE6 is #2AC319. Grayscale: #7C7C7C. Windows color (decimal): -2802458 or 15088853. OLE color: 15088853.

HSL color Cylindrical-coordinate representation of color #D53CE6: hue angle of 294º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53CE6 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 60 230 -
CMYK 0.07 0.74 0 0.10
HSL 294º 0.77% 0.57% -
HSV(B) 294º 0.74% 0.9% -
XYZ 43.34 23.09 77.04 -
YUV 125.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 213 60 230 0.07 0.74 0 0.10 294 0.77 0.57
Hex D5 3C E6 7 4A 0 A 126 4D 39
Octal 325 74 346 7 112 0 12 446 115 71
Binary 11010101 111100 11100110 111 1001010 0 1010 100100110 1001101 111001

Color Harmonies of #D53CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CE6

Black with #D53CE6

Text Example


Text Example

White with #D53CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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