Html Css Color HEX #D74EC8 Free Speech Magenta

📋 copy color: '#D74EC8'

red 215 ◦ green 78 ◦ blue 200

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

Shades of Free Speech Magenta #D74EC8

Tints of Free Speech Magenta #D74EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.82%

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

R = 43.61%
G = 15.82%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74EC8 (or 0xD74EC8) is known color: Free Speech Magenta. HEX triplet: D7, 4E and C8. RGB value is (215,78,200). Sum of RGB (Red+Green+Blue) = 215+78+200=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EC8 is #28B137. Grayscale: #848484. Windows color (decimal): -2666808 or 13127383. OLE color: 13127383.

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

Color convert

RGB 215 78 200 -
CMYK 0 0.64 0.07 0.16
HSL 306.57º 0.63% 0.57% -
HSV(B) 306.57º 0.64% 0.84% -
XYZ 41.17 24.07 57.12 -
YUV 132.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 215 78 200 0 0.64 0.07 0.16 306.57 0.63 0.57
Hex D7 4E C8 0 40 7 10 133 3F 39
Octal 327 116 310 0 100 7 20 463 77 71
Binary 11010111 1001110 11001000 0 1000000 111 10000 100110011 111111 111001

Color Harmonies of #D74EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EC8

Black with #D74EC8

Text Example


Text Example

White with #D74EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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