Html Css Color HEX #D53BE4 Free Speech Magenta

📋 copy color: '#D53BE4'

red 213 ◦ green 59 ◦ blue 228

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

Shades of Free Speech Magenta #D53BE4

Tints of Free Speech Magenta #D53BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 42.6%
G = 11.8%
B = 45.6%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D53BE4 (or 0xD53BE4) is known color: Free Speech Magenta. HEX triplet: D5, 3B and E4. RGB value is (213,59,228). Sum of RGB (Red+Green+Blue) = 213+59+228=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #D53BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BE4 is #2AC41B. Grayscale: #7B7B7B. Windows color (decimal): -2802716 or 14957525. OLE color: 14957525.

HSL color Cylindrical-coordinate representation of color #D53BE4: hue angle of 294.67º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53BE4 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 59 228 -
CMYK 0.07 0.74 0 0.11
HSL 294.67º 0.76% 0.56% -
HSV(B) 294.67º 0.74% 0.89% -
XYZ 43.01 22.88 75.55 -
YUV 124.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 213 59 228 0.07 0.74 0 0.11 294.67 0.76 0.56
Hex D5 3B E4 7 4A 0 B 127 4C 38
Octal 325 73 344 7 112 0 13 447 114 70
Binary 11010101 111011 11100100 111 1001010 0 1011 100100111 1001100 111000

Color Harmonies of #D53BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BE4

Black with #D53BE4

Text Example


Text Example

White with #D53BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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