Html Css Color HEX #D53AF4 Free Speech Magenta

📋 copy color: '#D53AF4'

red 213 ◦ green 58 ◦ blue 244

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

Shades of Free Speech Magenta #D53AF4

Tints of Free Speech Magenta #D53AF4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.26%

 BLUE value IS 244 (95.7% from 255) = 47.38%

R = 41.36%
G = 11.26%
B = 47.38%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D53AF4 (or 0xD53AF4) is known color: Free Speech Magenta. HEX triplet: D5, 3A and F4. RGB value is (213,58,244). Sum of RGB (Red+Green+Blue) = 213+58+244=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #D53AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AF4 is #2AC50B. Grayscale: #7C7C7C. Windows color (decimal): -2802956 or 16005845. OLE color: 16005845.

HSL color Cylindrical-coordinate representation of color #D53AF4: hue angle of 290º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53AF4 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 58 244 -
CMYK 0.13 0.76 0 0.04
HSL 290º 0.89% 0.59% -
HSV(B) 290º 0.76% 0.96% -
XYZ 45.28 23.7 87.78 -
YUV 125.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 213 58 244 0.13 0.76 0 0.04 290 0.89 0.59
Hex D5 3A F4 D 4C 0 4 122 59 3B
Octal 325 72 364 15 114 0 4 442 131 73
Binary 11010101 111010 11110100 1101 1001100 0 100 100100010 1011001 111011

Color Harmonies of #D53AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AF4

Black with #D53AF4

Text Example


Text Example

White with #D53AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AF4; }

 p { color: rgb(213,58,244); }

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

background-color css

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

 a { background-color: rgb(213,58,244); }

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

border-color css

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

 span { border-color: rgb(213,58,244); }

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