Html Css Color HEX #D74AEE Free Speech Magenta

📋 copy color: '#D74AEE'

red 215 ◦ green 74 ◦ blue 238

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

Shades of Free Speech Magenta #D74AEE

Tints of Free Speech Magenta #D74AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.04%

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 40.8%
G = 14.04%
B = 45.16%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D74AEE (or 0xD74AEE) is known color: Free Speech Magenta. HEX triplet: D7, 4A and EE. RGB value is (215,74,238). Sum of RGB (Red+Green+Blue) = 215+74+238=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #D74AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74AEE is #28B511. Grayscale: #868686. Windows color (decimal): -2667794 or 15616727. OLE color: 15616727.

HSL color Cylindrical-coordinate representation of color #D74AEE: hue angle of 291.59º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74AEE is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 74 238 -
CMYK 0.10 0.69 0 0.07
HSL 291.59º 0.83% 0.61% -
HSV(B) 291.59º 0.69% 0.93% -
XYZ 45.91 25.52 83.39 -
YUV 134.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 215 74 238 0.10 0.69 0 0.07 291.59 0.83 0.61
Hex D7 4A EE A 45 0 7 124 53 3D
Octal 327 112 356 12 105 0 7 444 123 75
Binary 11010111 1001010 11101110 1010 1000101 0 111 100100100 1010011 111101

Color Harmonies of #D74AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AEE

Black with #D74AEE

Text Example


Text Example

White with #D74AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AEE; }

 p { color: rgb(215,74,238); }

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

background-color css

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

 a { background-color: rgb(215,74,238); }

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

border-color css

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

 span { border-color: rgb(215,74,238); }

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