Html Css Color HEX #D74CE4 Free Speech Magenta

📋 copy color: '#D74CE4'

red 215 ◦ green 76 ◦ blue 228

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

Shades of Free Speech Magenta #D74CE4

Tints of Free Speech Magenta #D74CE4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.64%

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

R = 41.43%
G = 14.64%
B = 43.93%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D74CE4 (or 0xD74CE4) is known color: Free Speech Magenta. HEX triplet: D7, 4C and E4. RGB value is (215,76,228). Sum of RGB (Red+Green+Blue) = 215+76+228=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #D74CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CE4 is #28B31B. Grayscale: #868686. Windows color (decimal): -2667292 or 14961879. OLE color: 14961879.

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

Color convert

RGB 215 76 228 -
CMYK 0.06 0.67 0 0.11
HSL 294.87º 0.74% 0.6% -
HSV(B) 294.87º 0.67% 0.89% -
XYZ 44.61 25.22 75.91 -
YUV 134.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 215 76 228 0.06 0.67 0 0.11 294.87 0.74 0.6
Hex D7 4C E4 6 43 0 B 127 4A 3C
Octal 327 114 344 6 103 0 13 447 112 74
Binary 11010111 1001100 11100100 110 1000011 0 1011 100100111 1001010 111100

Color Harmonies of #D74CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CE4

Black with #D74CE4

Text Example


Text Example

White with #D74CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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