Html Css Color HEX #D74AD3 Free Speech Magenta

📋 copy color: '#D74AD3'

red 215 ◦ green 74 ◦ blue 211

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

Shades of Free Speech Magenta #D74AD3

Tints of Free Speech Magenta #D74AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 43%
G = 14.8%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D74AD3 (or 0xD74AD3) is known color: Free Speech Magenta. HEX triplet: D7, 4A and D3. RGB value is (215,74,211). Sum of RGB (Red+Green+Blue) = 215+74+211=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AD3 is #28B52C. Grayscale: #838383. Windows color (decimal): -2667821 or 13847255. OLE color: 13847255.

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

Color convert

RGB 215 74 211 -
CMYK 0 0.66 0.02 0.16
HSL 301.7º 0.64% 0.57% -
HSV(B) 301.7º 0.66% 0.84% -
XYZ 42.23 24.05 64.04 -
YUV 131.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 215 74 211 0 0.66 0.02 0.16 301.7 0.64 0.57
Hex D7 4A D3 0 42 2 10 12E 40 39
Octal 327 112 323 0 102 2 20 456 100 71
Binary 11010111 1001010 11010011 0 1000010 10 10000 100101110 1000000 111001

Color Harmonies of #D74AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AD3

Black with #D74AD3

Text Example


Text Example

White with #D74AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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