Html Css Color HEX #D74AD1 Free Speech Magenta

📋 copy color: '#D74AD1'

red 215 ◦ green 74 ◦ blue 209

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

Shades of Free Speech Magenta #D74AD1

Tints of Free Speech Magenta #D74AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 43.17%
G = 14.86%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D74AD1 (or 0xD74AD1) is known color: Free Speech Magenta. HEX triplet: D7, 4A and D1. RGB value is (215,74,209). Sum of RGB (Red+Green+Blue) = 215+74+209=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AD1 is #28B52E. Grayscale: #838383. Windows color (decimal): -2667823 or 13716183. OLE color: 13716183.

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

Color convert

RGB 215 74 209 -
CMYK 0 0.66 0.03 0.16
HSL 302.55º 0.64% 0.57% -
HSV(B) 302.55º 0.66% 0.84% -
XYZ 41.98 23.95 62.73 -
YUV 131.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 215 74 209 0 0.66 0.03 0.16 302.55 0.64 0.57
Hex D7 4A D1 0 42 3 10 12F 40 39
Octal 327 112 321 0 102 3 20 457 100 71
Binary 11010111 1001010 11010001 0 1000010 11 10000 100101111 1000000 111001

Color Harmonies of #D74AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AD1

Black with #D74AD1

Text Example


Text Example

White with #D74AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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