Html Css Color HEX #D74DEE Free Speech Magenta

📋 copy color: '#D74DEE'

red 215 ◦ green 77 ◦ blue 238

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

Shades of Free Speech Magenta #D74DEE

Tints of Free Speech Magenta #D74DEE

RGB

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

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

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

R = 40.57%
G = 14.53%
B = 44.91%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D74DEE (or 0xD74DEE) is known color: Free Speech Magenta. HEX triplet: D7, 4D and EE. RGB value is (215,77,238). Sum of RGB (Red+Green+Blue) = 215+77+238=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #D74DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DEE is #28B211. Grayscale: #888888. Windows color (decimal): -2667026 or 15617495. OLE color: 15617495.

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

Color convert

RGB 215 77 238 -
CMYK 0.10 0.68 0 0.07
HSL 291.43º 0.83% 0.62% -
HSV(B) 291.43º 0.68% 0.93% -
XYZ 46.11 25.93 83.46 -
YUV 136.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 215 77 238 0.10 0.68 0 0.07 291.43 0.83 0.62
Hex D7 4D EE A 44 0 7 123 53 3E
Octal 327 115 356 12 104 0 7 443 123 76
Binary 11010111 1001101 11101110 1010 1000100 0 111 100100011 1010011 111110

Color Harmonies of #D74DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DEE

Black with #D74DEE

Text Example


Text Example

White with #D74DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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