Html Css Color HEX #D53BEC Free Speech Magenta

📋 copy color: '#D53BEC'

red 213 ◦ green 59 ◦ blue 236

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

Shades of Free Speech Magenta #D53BEC

Tints of Free Speech Magenta #D53BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 41.93%
G = 11.61%
B = 46.46%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D53BEC (or 0xD53BEC) is known color: Free Speech Magenta. HEX triplet: D5, 3B and EC. RGB value is (213,59,236). Sum of RGB (Red+Green+Blue) = 213+59+236=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #D53BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53BEC is #2AC413. Grayscale: #7C7C7C. Windows color (decimal): -2802708 or 15481813. OLE color: 15481813.

HSL color Cylindrical-coordinate representation of color #D53BEC: hue angle of 292.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53BEC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 59 236 -
CMYK 0.10 0.75 0 0.07
HSL 292.2º 0.82% 0.58% -
HSV(B) 292.2º 0.75% 0.93% -
XYZ 44.14 23.33 81.53 -
YUV 125.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 213 59 236 0.10 0.75 0 0.07 292.2 0.82 0.58
Hex D5 3B EC A 4B 0 7 124 52 3A
Octal 325 73 354 12 113 0 7 444 122 72
Binary 11010101 111011 11101100 1010 1001011 0 111 100100100 1010010 111010

Color Harmonies of #D53BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BEC

Black with #D53BEC

Text Example


Text Example

White with #D53BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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