Html Css Color HEX #D74AC8 Free Speech Magenta

📋 copy color: '#D74AC8'

red 215 ◦ green 74 ◦ blue 200

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

Shades of Free Speech Magenta #D74AC8

Tints of Free Speech Magenta #D74AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 43.97%
G = 15.13%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74AC8 (or 0xD74AC8) is known color: Free Speech Magenta. HEX triplet: D7, 4A and C8. RGB value is (215,74,200). Sum of RGB (Red+Green+Blue) = 215+74+200=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AC8 is #28B537. Grayscale: #828282. Windows color (decimal): -2667832 or 13126359. OLE color: 13126359.

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

Color convert

RGB 215 74 200 -
CMYK 0 0.66 0.07 0.16
HSL 306.38º 0.64% 0.57% -
HSV(B) 306.38º 0.66% 0.84% -
XYZ 40.9 23.51 57.03 -
YUV 130.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 215 74 200 0 0.66 0.07 0.16 306.38 0.64 0.57
Hex D7 4A C8 0 42 7 10 132 40 39
Octal 327 112 310 0 102 7 20 462 100 71
Binary 11010111 1001010 11001000 0 1000010 111 10000 100110010 1000000 111001

Color Harmonies of #D74AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AC8

Black with #D74AC8

Text Example


Text Example

White with #D74AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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