Html Css Color HEX #D74AD2 Free Speech Magenta

📋 copy color: '#D74AD2'

red 215 ◦ green 74 ◦ blue 210

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

Shades of Free Speech Magenta #D74AD2

Tints of Free Speech Magenta #D74AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 43.09%
G = 14.83%
B = 42.08%

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

#D74AD2 (or 0xD74AD2) is known color: Free Speech Magenta. HEX triplet: D7, 4A and D2. RGB value is (215,74,210). Sum of RGB (Red+Green+Blue) = 215+74+210=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AD2 is #28B52D. Grayscale: #838383. Windows color (decimal): -2667822 or 13781719. OLE color: 13781719.

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

Color convert

RGB 215 74 210 -
CMYK 0 0.66 0.02 0.16
HSL 302.13º 0.64% 0.57% -
HSV(B) 302.13º 0.66% 0.84% -
XYZ 42.11 24 63.39 -
YUV 131.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 215 74 210 0 0.66 0.02 0.16 302.13 0.64 0.57
Hex D7 4A D2 0 42 2 10 12E 40 39
Octal 327 112 322 0 102 2 20 456 100 71
Binary 11010111 1001010 11010010 0 1000010 10 10000 100101110 1000000 111001

Color Harmonies of #D74AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AD2

Black with #D74AD2

Text Example


Text Example

White with #D74AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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