Html Css Color HEX #D74EC9 Free Speech Magenta

📋 copy color: '#D74EC9'

red 215 ◦ green 78 ◦ blue 201

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

Shades of Free Speech Magenta #D74EC9

Tints of Free Speech Magenta #D74EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 43.52%
G = 15.79%
B = 40.69%

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

#D74EC9 (or 0xD74EC9) is known color: Free Speech Magenta. HEX triplet: D7, 4E and C9. RGB value is (215,78,201). Sum of RGB (Red+Green+Blue) = 215+78+201=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74EC9 is #28B136. Grayscale: #848484. Windows color (decimal): -2666807 or 13192919. OLE color: 13192919.

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

Color convert

RGB 215 78 201 -
CMYK 0 0.64 0.07 0.16
HSL 306.13º 0.63% 0.57% -
HSV(B) 306.13º 0.64% 0.84% -
XYZ 41.29 24.11 57.74 -
YUV 132.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 215 78 201 0 0.64 0.07 0.16 306.13 0.63 0.57
Hex D7 4E C9 0 40 7 10 132 3F 39
Octal 327 116 311 0 100 7 20 462 77 71
Binary 11010111 1001110 11001001 0 1000000 111 10000 100110010 111111 111001

Color Harmonies of #D74EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EC9

Black with #D74EC9

Text Example


Text Example

White with #D74EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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