Html Css Color HEX #D444E6 Free Speech Magenta

📋 copy color: '#D444E6'

red 212 ◦ green 68 ◦ blue 230

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

Shades of Free Speech Magenta #D444E6

Tints of Free Speech Magenta #D444E6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.33%

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 41.57%
G = 13.33%
B = 45.1%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D444E6 (or 0xD444E6) is known color: Free Speech Magenta. HEX triplet: D4, 44 and E6. RGB value is (212,68,230). Sum of RGB (Red+Green+Blue) = 212+68+230=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #D444E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D444E6 is #2BBB19. Grayscale: #818181. Windows color (decimal): -2865946 or 15090900. OLE color: 15090900.

HSL color Cylindrical-coordinate representation of color #D444E6: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D444E6 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 68 230 -
CMYK 0.08 0.70 0 0.10
HSL 293.33º 0.76% 0.58% -
HSV(B) 293.33º 0.7% 0.9% -
XYZ 43.5 23.84 77.17 -
YUV 129.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 212 68 230 0.08 0.70 0 0.10 293.33 0.76 0.58
Hex D4 44 E6 8 46 0 A 125 4C 3A
Octal 324 104 346 10 106 0 12 445 114 72
Binary 11010100 1000100 11100110 1000 1000110 0 1010 100100101 1001100 111010

Color Harmonies of #D444E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444E6

Black with #D444E6

Text Example


Text Example

White with #D444E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444E6; }

 p { color: rgb(212,68,230); }

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

background-color css

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

 a { background-color: rgb(212,68,230); }

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

border-color css

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

 span { border-color: rgb(212,68,230); }

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