Html Css Color HEX #D74ECF Free Speech Magenta

📋 copy color: '#D74ECF'

red 215 ◦ green 78 ◦ blue 207

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

Shades of Free Speech Magenta #D74ECF

Tints of Free Speech Magenta #D74ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 43%
G = 15.6%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D74ECF (or 0xD74ECF) is known color: Free Speech Magenta. HEX triplet: D7, 4E and CF. RGB value is (215,78,207). Sum of RGB (Red+Green+Blue) = 215+78+207=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74ECF is #28B130. Grayscale: #858585. Windows color (decimal): -2666801 or 13586135. OLE color: 13586135.

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

Color convert

RGB 215 78 207 -
CMYK 0 0.64 0.04 0.16
HSL 303.5º 0.63% 0.57% -
HSV(B) 303.5º 0.64% 0.84% -
XYZ 42.01 24.4 61.53 -
YUV 133.67 169.39 186.01 -
System Red Green Blue C M Y K H S L
Decimal 215 78 207 0 0.64 0.04 0.16 303.5 0.63 0.57
Hex D7 4E CF 0 40 4 10 130 3F 39
Octal 327 116 317 0 100 4 20 460 77 71
Binary 11010111 1001110 11001111 0 1000000 100 10000 100110000 111111 111001

Color Harmonies of #D74ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ECF

Black with #D74ECF

Text Example


Text Example

White with #D74ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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