Html Css Color HEX #D53CE8 Free Speech Magenta

📋 copy color: '#D53CE8'

red 213 ◦ green 60 ◦ blue 232

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

Shades of Free Speech Magenta #D53CE8

Tints of Free Speech Magenta #D53CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.94%

R = 42.18%
G = 11.88%
B = 45.94%

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

#D53CE8 (or 0xD53CE8) is known color: Free Speech Magenta. HEX triplet: D5, 3C and E8. RGB value is (213,60,232). Sum of RGB (Red+Green+Blue) = 213+60+232=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #D53CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CE8 is #2AC317. Grayscale: #7C7C7C. Windows color (decimal): -2802456 or 15219925. OLE color: 15219925.

HSL color Cylindrical-coordinate representation of color #D53CE8: hue angle of 293.37º degrees, saturation: 0.79, 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 #D53CE8 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 60 232 -
CMYK 0.08 0.74 0 0.09
HSL 293.37º 0.79% 0.57% -
HSV(B) 293.37º 0.74% 0.91% -
XYZ 43.62 23.2 78.52 -
YUV 125.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 213 60 232 0.08 0.74 0 0.09 293.37 0.79 0.57
Hex D5 3C E8 8 4A 0 9 125 4F 39
Octal 325 74 350 10 112 0 11 445 117 71
Binary 11010101 111100 11101000 1000 1001010 0 1001 100100101 1001111 111001

Color Harmonies of #D53CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CE8

Black with #D53CE8

Text Example


Text Example

White with #D53CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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