Html Css Color HEX #D54ACE Free Speech Magenta

📋 copy color: '#D54ACE'

red 213 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Magenta #D54ACE

Tints of Free Speech Magenta #D54ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.01%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 43.2%
G = 15.01%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D54ACE (or 0xD54ACE) is known color: Free Speech Magenta. HEX triplet: D5, 4A and CE. RGB value is (213,74,206). Sum of RGB (Red+Green+Blue) = 213+74+206=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ACE is #2AB531. Grayscale: #828282. Windows color (decimal): -2798898 or 13519573. OLE color: 13519573.

HSL color Cylindrical-coordinate representation of color #D54ACE: hue angle of 303.02º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54ACE is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 206 -
CMYK 0 0.65 0.03 0.16
HSL 303.02º 0.62% 0.56% -
HSV(B) 303.02º 0.65% 0.84% -
XYZ 41.03 23.5 60.77 -
YUV 130.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 213 74 206 0 0.65 0.03 0.16 303.02 0.62 0.56
Hex D5 4A CE 0 41 3 10 12F 3E 38
Octal 325 112 316 0 101 3 20 457 76 70
Binary 11010101 1001010 11001110 0 1000001 11 10000 100101111 111110 111000

Color Harmonies of #D54ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54ACE

Black with #D54ACE

Text Example


Text Example

White with #D54ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54ACE; }

 p { color: rgb(213,74,206); }

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

background-color css

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

 a { background-color: rgb(213,74,206); }

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

border-color css

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

 span { border-color: rgb(213,74,206); }

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