Html Css Color HEX #D74ACE Free Speech Magenta

📋 copy color: '#D74ACE'

red 215 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Magenta #D74ACE

Tints of Free Speech Magenta #D74ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 43.43%
G = 14.95%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D74ACE (or 0xD74ACE) is known color: Free Speech Magenta. HEX triplet: D7, 4A and CE. RGB value is (215,74,206). Sum of RGB (Red+Green+Blue) = 215+74+206=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ACE is #28B531. Grayscale: #828282. Windows color (decimal): -2667826 or 13519575. OLE color: 13519575.

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

Color convert

RGB 215 74 206 -
CMYK 0 0.66 0.04 0.16
HSL 303.83º 0.64% 0.57% -
HSV(B) 303.83º 0.66% 0.84% -
XYZ 41.61 23.8 60.79 -
YUV 131.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 215 74 206 0 0.66 0.04 0.16 303.83 0.64 0.57
Hex D7 4A CE 0 42 4 10 130 40 39
Octal 327 112 316 0 102 4 20 460 100 71
Binary 11010111 1001010 11001110 0 1000010 100 10000 100110000 1000000 111001

Color Harmonies of #D74ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ACE

Black with #D74ACE

Text Example


Text Example

White with #D74ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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