Html Css Color HEX #D53BE6 Free Speech Magenta

📋 copy color: '#D53BE6'

red 213 ◦ green 59 ◦ blue 230

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

Shades of Free Speech Magenta #D53BE6

Tints of Free Speech Magenta #D53BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 42.43%
G = 11.75%
B = 45.82%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D53BE6 (or 0xD53BE6) is known color: Free Speech Magenta. HEX triplet: D5, 3B and E6. RGB value is (213,59,230). Sum of RGB (Red+Green+Blue) = 213+59+230=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #D53BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53BE6 is #2AC419. Grayscale: #7C7C7C. Windows color (decimal): -2802714 or 15088597. OLE color: 15088597.

HSL color Cylindrical-coordinate representation of color #D53BE6: hue angle of 294.04º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53BE6 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 59 230 -
CMYK 0.07 0.74 0 0.10
HSL 294.04º 0.77% 0.57% -
HSV(B) 294.04º 0.74% 0.9% -
XYZ 43.29 22.99 77.02 -
YUV 124.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 213 59 230 0.07 0.74 0 0.10 294.04 0.77 0.57
Hex D5 3B E6 7 4A 0 A 126 4D 39
Octal 325 73 346 7 112 0 12 446 115 71
Binary 11010101 111011 11100110 111 1001010 0 1010 100100110 1001101 111001

Color Harmonies of #D53BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BE6

Black with #D53BE6

Text Example


Text Example

White with #D53BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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