Html Css Color HEX #D74ADD Free Speech Magenta

📋 copy color: '#D74ADD'

red 215 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #D74ADD

Tints of Free Speech Magenta #D74ADD

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 42.16%
G = 14.51%
B = 43.33%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D74ADD (or 0xD74ADD) is known color: Free Speech Magenta. HEX triplet: D7, 4A and DD. RGB value is (215,74,221). Sum of RGB (Red+Green+Blue) = 215+74+221=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #D74ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ADD is #28B522. Grayscale: #848484. Windows color (decimal): -2667811 or 14502615. OLE color: 14502615.

HSL color Cylindrical-coordinate representation of color #D74ADD: hue angle of 297.55º degrees, saturation: 0.68, 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 #D74ADD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 74 221 -
CMYK 0.03 0.67 0 0.13
HSL 297.55º 0.68% 0.58% -
HSV(B) 297.55º 0.67% 0.87% -
XYZ 43.52 24.57 70.85 -
YUV 132.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 215 74 221 0.03 0.67 0 0.13 297.55 0.68 0.58
Hex D7 4A DD 3 43 0 D 12A 44 3A
Octal 327 112 335 3 103 0 15 452 104 72
Binary 11010111 1001010 11011101 11 1000011 0 1101 100101010 1000100 111010

Color Harmonies of #D74ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ADD

Black with #D74ADD

Text Example


Text Example

White with #D74ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ADD; }

 p { color: rgb(215,74,221); }

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

background-color css

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

 a { background-color: rgb(215,74,221); }

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

border-color css

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

 span { border-color: rgb(215,74,221); }

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