Html Css Color HEX #D440D8 Free Speech Magenta

📋 copy color: '#D440D8'

red 212 ◦ green 64 ◦ blue 216

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

Shades of Free Speech Magenta #D440D8

Tints of Free Speech Magenta #D440D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 43.09%
G = 13.01%
B = 43.9%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D440D8 (or 0xD440D8) is known color: Free Speech Magenta. HEX triplet: D4, 40 and D8. RGB value is (212,64,216). Sum of RGB (Red+Green+Blue) = 212+64+216=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #D440D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440D8 is #2BBF27. Grayscale: #7D7D7D. Windows color (decimal): -2866984 or 14172372. OLE color: 14172372.

HSL color Cylindrical-coordinate representation of color #D440D8: hue angle of 298.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D440D8 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 64 216 -
CMYK 0.02 0.70 0 0.15
HSL 298.42º 0.66% 0.55% -
HSV(B) 298.42º 0.7% 0.85% -
XYZ 41.38 22.62 67.15 -
YUV 125.58 179.03 189.64 -
System Red Green Blue C M Y K H S L
Decimal 212 64 216 0.02 0.70 0 0.15 298.42 0.66 0.55
Hex D4 40 D8 2 46 0 F 12A 42 37
Octal 324 100 330 2 106 0 17 452 102 67
Binary 11010100 1000000 11011000 10 1000110 0 1111 100101010 1000010 110111

Color Harmonies of #D440D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D440D8

Black with #D440D8

Text Example


Text Example

White with #D440D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D440D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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