Html Css Color HEX #D74DDA Free Speech Magenta

📋 copy color: '#D74DDA'

red 215 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #D74DDA

Tints of Free Speech Magenta #D74DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 42.16%
G = 15.1%
B = 42.75%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D74DDA (or 0xD74DDA) is known color: Free Speech Magenta. HEX triplet: D7, 4D and DA. RGB value is (215,77,218). Sum of RGB (Red+Green+Blue) = 215+77+218=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #D74DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DDA is #28B225. Grayscale: #858585. Windows color (decimal): -2667046 or 14306775. OLE color: 14306775.

HSL color Cylindrical-coordinate representation of color #D74DDA: hue angle of 298.72º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74DDA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 77 218 -
CMYK 0.01 0.65 0 0.15
HSL 298.72º 0.66% 0.58% -
HSV(B) 298.72º 0.65% 0.85% -
XYZ 43.33 24.82 68.84 -
YUV 134.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 215 77 218 0.01 0.65 0 0.15 298.72 0.66 0.58
Hex D7 4D DA 1 41 0 F 12B 42 3A
Octal 327 115 332 1 101 0 17 453 102 72
Binary 11010111 1001101 11011010 1 1000001 0 1111 100101011 1000010 111010

Color Harmonies of #D74DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DDA

Black with #D74DDA

Text Example


Text Example

White with #D74DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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