Html Css Color HEX #D74AD5 Free Speech Magenta

📋 copy color: '#D74AD5'

red 215 ◦ green 74 ◦ blue 213

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

Shades of Free Speech Magenta #D74AD5

Tints of Free Speech Magenta #D74AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 42.83%
G = 14.74%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D74AD5 (or 0xD74AD5) is known color: Free Speech Magenta. HEX triplet: D7, 4A and D5. RGB value is (215,74,213). Sum of RGB (Red+Green+Blue) = 215+74+213=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AD5 is #28B52A. Grayscale: #838383. Windows color (decimal): -2667819 or 13978327. OLE color: 13978327.

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

Color convert

RGB 215 74 213 -
CMYK 0 0.66 0.01 0.16
HSL 300.85º 0.64% 0.57% -
HSV(B) 300.85º 0.66% 0.84% -
XYZ 42.48 24.15 65.37 -
YUV 132.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 215 74 213 0 0.66 0.01 0.16 300.85 0.64 0.57
Hex D7 4A D5 0 42 1 10 12D 40 39
Octal 327 112 325 0 102 1 20 455 100 71
Binary 11010111 1001010 11010101 0 1000010 1 10000 100101101 1000000 111001

Color Harmonies of #D74AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AD5

Black with #D74AD5

Text Example


Text Example

White with #D74AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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