Html Css Color HEX #D54ADF Free Speech Magenta

📋 copy color: '#D54ADF'

red 213 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #D54ADF

Tints of Free Speech Magenta #D54ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 41.76%
G = 14.51%
B = 43.73%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D54ADF (or 0xD54ADF) is known color: Free Speech Magenta. HEX triplet: D5, 4A and DF. RGB value is (213,74,223). Sum of RGB (Red+Green+Blue) = 213+74+223=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #D54ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ADF is #2AB520. Grayscale: #848484. Windows color (decimal): -2798881 or 14633685. OLE color: 14633685.

HSL color Cylindrical-coordinate representation of color #D54ADF: hue angle of 295.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54ADF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 74 223 -
CMYK 0.04 0.67 0 0.13
HSL 295.97º 0.7% 0.58% -
HSV(B) 295.97º 0.67% 0.87% -
XYZ 43.21 24.37 72.24 -
YUV 132.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 213 74 223 0.04 0.67 0 0.13 295.97 0.7 0.58
Hex D5 4A DF 4 43 0 D 128 46 3A
Octal 325 112 337 4 103 0 15 450 106 72
Binary 11010101 1001010 11011111 100 1000011 0 1101 100101000 1000110 111010

Color Harmonies of #D54ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54ADF

Black with #D54ADF

Text Example


Text Example

White with #D54ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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