Html Css Color HEX #D440EF Free Speech Magenta

📋 copy color: '#D440EF'

red 212 ◦ green 64 ◦ blue 239

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

Shades of Free Speech Magenta #D440EF

Tints of Free Speech Magenta #D440EF

RGB

 RED value IS 212 (83.2% from 255) = 41.17%

 GREEN value IS 64 (25.39% from 255) = 12.43%

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 41.17%
G = 12.43%
B = 46.41%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D440EF (or 0xD440EF) is known color: Free Speech Magenta. HEX triplet: D4, 40 and EF. RGB value is (212,64,239). Sum of RGB (Red+Green+Blue) = 212+64+239=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D440EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D440EF is #2BBF10. Grayscale: #7F7F7F. Windows color (decimal): -2866961 or 15679700. OLE color: 15679700.

HSL color Cylindrical-coordinate representation of color #D440EF: hue angle of 290.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D440EF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 64 239 -
CMYK 0.11 0.73 0 0.06
HSL 290.74º 0.85% 0.59% -
HSV(B) 290.74º 0.73% 0.94% -
XYZ 44.56 23.9 83.92 -
YUV 128.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 212 64 239 0.11 0.73 0 0.06 290.74 0.85 0.59
Hex D4 40 EF B 49 0 6 123 55 3B
Octal 324 100 357 13 111 0 6 443 125 73
Binary 11010100 1000000 11101111 1011 1001001 0 110 100100011 1010101 111011

Color Harmonies of #D440EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D440EF

Black with #D440EF

Text Example


Text Example

White with #D440EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D440EF; }

 p { color: rgb(212,64,239); }

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

background-color css

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

 a { background-color: rgb(212,64,239); }

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

border-color css

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

 span { border-color: rgb(212,64,239); }

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