Html Css Color HEX #D54ACC Free Speech Magenta

📋 copy color: '#D54ACC'

red 213 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Magenta #D54ACC

Tints of Free Speech Magenta #D54ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 43.38%
G = 15.07%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D54ACC (or 0xD54ACC) is known color: Free Speech Magenta. HEX triplet: D5, 4A and CC. RGB value is (213,74,204). Sum of RGB (Red+Green+Blue) = 213+74+204=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ACC is #2AB533. Grayscale: #828282. Windows color (decimal): -2798900 or 13388501. OLE color: 13388501.

HSL color Cylindrical-coordinate representation of color #D54ACC: hue angle of 303.88º 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 #D54ACC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 204 -
CMYK 0 0.65 0.04 0.16
HSL 303.88º 0.62% 0.56% -
HSV(B) 303.88º 0.65% 0.84% -
XYZ 40.79 23.4 59.49 -
YUV 130.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 213 74 204 0 0.65 0.04 0.16 303.88 0.62 0.56
Hex D5 4A CC 0 41 4 10 130 3E 38
Octal 325 112 314 0 101 4 20 460 76 70
Binary 11010101 1001010 11001100 0 1000001 100 10000 100110000 111110 111000

Color Harmonies of #D54ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54ACC

Black with #D54ACC

Text Example


Text Example

White with #D54ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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