Html Css Color HEX #D53CE7 Free Speech Magenta

📋 copy color: '#D53CE7'

red 213 ◦ green 60 ◦ blue 231

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

Shades of Free Speech Magenta #D53CE7

Tints of Free Speech Magenta #D53CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.83%

R = 42.26%
G = 11.9%
B = 45.83%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D53CE7 (or 0xD53CE7) is known color: Free Speech Magenta. HEX triplet: D5, 3C and E7. RGB value is (213,60,231). Sum of RGB (Red+Green+Blue) = 213+60+231=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #D53CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CE7 is #2AC318. Grayscale: #7C7C7C. Windows color (decimal): -2802457 or 15154389. OLE color: 15154389.

HSL color Cylindrical-coordinate representation of color #D53CE7: hue angle of 293.68º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53CE7 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 60 231 -
CMYK 0.08 0.74 0 0.09
HSL 293.68º 0.78% 0.57% -
HSV(B) 293.68º 0.74% 0.91% -
XYZ 43.48 23.15 77.78 -
YUV 125.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 213 60 231 0.08 0.74 0 0.09 293.68 0.78 0.57
Hex D5 3C E7 8 4A 0 9 126 4E 39
Octal 325 74 347 10 112 0 11 446 116 71
Binary 11010101 111100 11100111 1000 1001010 0 1001 100100110 1001110 111001

Color Harmonies of #D53CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CE7

Black with #D53CE7

Text Example


Text Example

White with #D53CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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