Html Css Color HEX #D74AC9 Free Speech Magenta

📋 copy color: '#D74AC9'

red 215 ◦ green 74 ◦ blue 201

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

Shades of Free Speech Magenta #D74AC9

Tints of Free Speech Magenta #D74AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 43.88%
G = 15.1%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74AC9 (or 0xD74AC9) is known color: Free Speech Magenta. HEX triplet: D7, 4A and C9. RGB value is (215,74,201). Sum of RGB (Red+Green+Blue) = 215+74+201=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AC9 is #28B536. Grayscale: #828282. Windows color (decimal): -2667831 or 13191895. OLE color: 13191895.

HSL color Cylindrical-coordinate representation of color #D74AC9: hue angle of 305.96º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74AC9 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 201 -
CMYK 0 0.66 0.07 0.16
HSL 305.96º 0.64% 0.57% -
HSV(B) 305.96º 0.66% 0.84% -
XYZ 41.02 23.56 57.64 -
YUV 130.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 215 74 201 0 0.66 0.07 0.16 305.96 0.64 0.57
Hex D7 4A C9 0 42 7 10 132 40 39
Octal 327 112 311 0 102 7 20 462 100 71
Binary 11010111 1001010 11001001 0 1000010 111 10000 100110010 1000000 111001

Color Harmonies of #D74AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AC9

Black with #D74AC9

Text Example


Text Example

White with #D74AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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