Html Css Color HEX #D74DD6 Free Speech Magenta

📋 copy color: '#D74DD6'

red 215 ◦ green 77 ◦ blue 214

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

Shades of Free Speech Magenta #D74DD6

Tints of Free Speech Magenta #D74DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 42.49%
G = 15.22%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D74DD6 (or 0xD74DD6) is known color: Free Speech Magenta. HEX triplet: D7, 4D and D6. RGB value is (215,77,214). Sum of RGB (Red+Green+Blue) = 215+77+214=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DD6 is #28B229. Grayscale: #858585. Windows color (decimal): -2667050 or 14044631. OLE color: 14044631.

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

Color convert

RGB 215 77 214 -
CMYK 0 0.64 0.00 0.16
HSL 300.43º 0.63% 0.57% -
HSV(B) 300.43º 0.64% 0.84% -
XYZ 42.82 24.61 66.11 -
YUV 133.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 215 77 214 0 0.64 0.00 0.16 300.43 0.63 0.57
Hex D7 4D D6 0 40 0 10 12C 3F 39
Octal 327 115 326 0 100 0 20 454 77 71
Binary 11010111 1001101 11010110 0 1000000 0 10000 100101100 111111 111001

Color Harmonies of #D74DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DD6

Black with #D74DD6

Text Example


Text Example

White with #D74DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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