Html Css Color HEX #D53BE8 Free Speech Magenta

📋 copy color: '#D53BE8'

red 213 ◦ green 59 ◦ blue 232

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

Shades of Free Speech Magenta #D53BE8

Tints of Free Speech Magenta #D53BE8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.71%

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

R = 42.26%
G = 11.71%
B = 46.03%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D53BE8 (or 0xD53BE8) is known color: Free Speech Magenta. HEX triplet: D5, 3B and E8. RGB value is (213,59,232). Sum of RGB (Red+Green+Blue) = 213+59+232=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #D53BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53BE8 is #2AC417. Grayscale: #7C7C7C. Windows color (decimal): -2802712 or 15219669. OLE color: 15219669.

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

Color convert

RGB 213 59 232 -
CMYK 0.08 0.75 0 0.09
HSL 293.41º 0.79% 0.57% -
HSV(B) 293.41º 0.75% 0.91% -
XYZ 43.57 23.1 78.51 -
YUV 124.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 213 59 232 0.08 0.75 0 0.09 293.41 0.79 0.57
Hex D5 3B E8 8 4B 0 9 125 4F 39
Octal 325 73 350 10 113 0 11 445 117 71
Binary 11010101 111011 11101000 1000 1001011 0 1001 100100101 1001111 111001

Color Harmonies of #D53BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BE8

Black with #D53BE8

Text Example


Text Example

White with #D53BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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