Html Css Color HEX #D74DE4 Free Speech Magenta

📋 copy color: '#D74DE4'

red 215 ◦ green 77 ◦ blue 228

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

Shades of Free Speech Magenta #D74DE4

Tints of Free Speech Magenta #D74DE4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.81%

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 41.35%
G = 14.81%
B = 43.85%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D74DE4 (or 0xD74DE4) is known color: Free Speech Magenta. HEX triplet: D7, 4D and E4. RGB value is (215,77,228). Sum of RGB (Red+Green+Blue) = 215+77+228=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #D74DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DE4 is #28B21B. Grayscale: #878787. Windows color (decimal): -2667036 or 14962135. OLE color: 14962135.

HSL color Cylindrical-coordinate representation of color #D74DE4: hue angle of 294.83º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74DE4 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 77 228 -
CMYK 0.06 0.66 0 0.11
HSL 294.83º 0.74% 0.6% -
HSV(B) 294.83º 0.66% 0.89% -
XYZ 44.68 25.36 75.94 -
YUV 135.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 215 77 228 0.06 0.66 0 0.11 294.83 0.74 0.6
Hex D7 4D E4 6 42 0 B 127 4A 3C
Octal 327 115 344 6 102 0 13 447 112 74
Binary 11010111 1001101 11100100 110 1000010 0 1011 100100111 1001010 111100

Color Harmonies of #D74DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DE4

Black with #D74DE4

Text Example


Text Example

White with #D74DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DE4; }

 p { color: rgb(215,77,228); }

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

background-color css

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

 a { background-color: rgb(215,77,228); }

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

border-color css

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

 span { border-color: rgb(215,77,228); }

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