Html Css Color HEX #D74FC8 Free Speech Magenta

📋 copy color: '#D74FC8'

red 215 ◦ green 79 ◦ blue 200

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

Shades of Free Speech Magenta #D74FC8

Tints of Free Speech Magenta #D74FC8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.99%

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

R = 43.52%
G = 15.99%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74FC8 (or 0xD74FC8) is known color: Free Speech Magenta. HEX triplet: D7, 4F and C8. RGB value is (215,79,200). Sum of RGB (Red+Green+Blue) = 215+79+200=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FC8 is #28B037. Grayscale: #858585. Windows color (decimal): -2666552 or 13127639. OLE color: 13127639.

HSL color Cylindrical-coordinate representation of color #D74FC8: hue angle of 306.62º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74FC8 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 200 -
CMYK 0 0.63 0.07 0.16
HSL 306.62º 0.63% 0.58% -
HSV(B) 306.62º 0.63% 0.84% -
XYZ 41.25 24.21 57.14 -
YUV 133.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 215 79 200 0 0.63 0.07 0.16 306.62 0.63 0.58
Hex D7 4F C8 0 3F 7 10 133 3F 3A
Octal 327 117 310 0 77 7 20 463 77 72
Binary 11010111 1001111 11001000 0 111111 111 10000 100110011 111111 111010

Color Harmonies of #D74FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FC8

Black with #D74FC8

Text Example


Text Example

White with #D74FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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