Html Css Color HEX #D53BE3 Free Speech Magenta

📋 copy color: '#D53BE3'

red 213 ◦ green 59 ◦ blue 227

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

Shades of Free Speech Magenta #D53BE3

Tints of Free Speech Magenta #D53BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.49%

R = 42.69%
G = 11.82%
B = 45.49%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D53BE3 (or 0xD53BE3) is known color: Free Speech Magenta. HEX triplet: D5, 3B and E3. RGB value is (213,59,227). Sum of RGB (Red+Green+Blue) = 213+59+227=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #D53BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BE3 is #2AC41C. Grayscale: #7B7B7B. Windows color (decimal): -2802717 or 14891989. OLE color: 14891989.

HSL color Cylindrical-coordinate representation of color #D53BE3: hue angle of 295º degrees, saturation: 0.75, 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 #D53BE3 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 59 227 -
CMYK 0.06 0.74 0 0.11
HSL 295º 0.75% 0.56% -
HSV(B) 295º 0.74% 0.89% -
XYZ 42.87 22.82 74.82 -
YUV 124.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 213 59 227 0.06 0.74 0 0.11 295 0.75 0.56
Hex D5 3B E3 6 4A 0 B 127 4B 38
Octal 325 73 343 6 112 0 13 447 113 70
Binary 11010101 111011 11100011 110 1001010 0 1011 100100111 1001011 111000

Color Harmonies of #D53BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BE3

Black with #D53BE3

Text Example


Text Example

White with #D53BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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