Html Css Color HEX #D74EEE Free Speech Magenta

📋 copy color: '#D74EEE'

red 215 ◦ green 78 ◦ blue 238

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

Shades of Free Speech Magenta #D74EEE

Tints of Free Speech Magenta #D74EEE

RGB

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

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

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

R = 40.49%
G = 14.69%
B = 44.82%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D74EEE (or 0xD74EEE) is known color: Free Speech Magenta. HEX triplet: D7, 4E and EE. RGB value is (215,78,238). Sum of RGB (Red+Green+Blue) = 215+78+238=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #D74EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74EEE is #28B111. Grayscale: #888888. Windows color (decimal): -2666770 or 15617751. OLE color: 15617751.

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

Color convert

RGB 215 78 238 -
CMYK 0.10 0.67 0 0.07
HSL 291.38º 0.82% 0.62% -
HSV(B) 291.38º 0.67% 0.93% -
XYZ 46.18 26.07 83.49 -
YUV 137.2 184.89 183.49 -
System Red Green Blue C M Y K H S L
Decimal 215 78 238 0.10 0.67 0 0.07 291.38 0.82 0.62
Hex D7 4E EE A 43 0 7 123 52 3E
Octal 327 116 356 12 103 0 7 443 122 76
Binary 11010111 1001110 11101110 1010 1000011 0 111 100100011 1010010 111110

Color Harmonies of #D74EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EEE

Black with #D74EEE

Text Example


Text Example

White with #D74EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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