Html Css Color HEX #D74DD2 Free Speech Magenta

📋 copy color: '#D74DD2'

red 215 ◦ green 77 ◦ blue 210

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

Shades of Free Speech Magenta #D74DD2

Tints of Free Speech Magenta #D74DD2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

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

R = 42.83%
G = 15.34%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D74DD2 (or 0xD74DD2) is known color: Free Speech Magenta. HEX triplet: D7, 4D and D2. RGB value is (215,77,210). Sum of RGB (Red+Green+Blue) = 215+77+210=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DD2 is #28B22D. Grayscale: #858585. Windows color (decimal): -2667054 or 13782487. OLE color: 13782487.

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

Color convert

RGB 215 77 210 -
CMYK 0 0.64 0.02 0.16
HSL 302.17º 0.63% 0.57% -
HSV(B) 302.17º 0.64% 0.84% -
XYZ 42.31 24.41 63.45 -
YUV 133.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 215 77 210 0 0.64 0.02 0.16 302.17 0.63 0.57
Hex D7 4D D2 0 40 2 10 12E 3F 39
Octal 327 115 322 0 100 2 20 456 77 71
Binary 11010111 1001101 11010010 0 1000000 10 10000 100101110 111111 111001

Color Harmonies of #D74DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DD2

Black with #D74DD2

Text Example


Text Example

White with #D74DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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