Html Css Color HEX #D74ECA Free Speech Magenta

📋 copy color: '#D74ECA'

red 215 ◦ green 78 ◦ blue 202

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

Shades of Free Speech Magenta #D74ECA

Tints of Free Speech Magenta #D74ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 43.43%
G = 15.76%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D74ECA (or 0xD74ECA) is known color: Free Speech Magenta. HEX triplet: D7, 4E and CA. RGB value is (215,78,202). Sum of RGB (Red+Green+Blue) = 215+78+202=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74ECA is #28B135. Grayscale: #848484. Windows color (decimal): -2666806 or 13258455. OLE color: 13258455.

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

Color convert

RGB 215 78 202 -
CMYK 0 0.64 0.06 0.16
HSL 305.69º 0.63% 0.57% -
HSV(B) 305.69º 0.64% 0.84% -
XYZ 41.41 24.16 58.36 -
YUV 133.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 215 78 202 0 0.64 0.06 0.16 305.69 0.63 0.57
Hex D7 4E CA 0 40 6 10 132 3F 39
Octal 327 116 312 0 100 6 20 462 77 71
Binary 11010111 1001110 11001010 0 1000000 110 10000 100110010 111111 111001

Color Harmonies of #D74ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ECA

Black with #D74ECA

Text Example


Text Example

White with #D74ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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