Html Css Color HEX #D442ED Free Speech Magenta

📋 copy color: '#D442ED'

red 212 ◦ green 66 ◦ blue 237

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

Shades of Free Speech Magenta #D442ED

Tints of Free Speech Magenta #D442ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.82%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 41.17%
G = 12.82%
B = 46.02%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D442ED (or 0xD442ED) is known color: Free Speech Magenta. HEX triplet: D4, 42 and ED. RGB value is (212,66,237). Sum of RGB (Red+Green+Blue) = 212+66+237=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #D442ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442ED is #2BBD12. Grayscale: #808080. Windows color (decimal): -2866451 or 15549140. OLE color: 15549140.

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

Color convert

RGB 212 66 237 -
CMYK 0.11 0.72 0 0.07
HSL 291.23º 0.83% 0.59% -
HSV(B) 291.23º 0.72% 0.93% -
XYZ 44.39 24.01 82.42 -
YUV 129.15 188.87 187.1 -
System Red Green Blue C M Y K H S L
Decimal 212 66 237 0.11 0.72 0 0.07 291.23 0.83 0.59
Hex D4 42 ED B 48 0 7 123 53 3B
Octal 324 102 355 13 110 0 7 443 123 73
Binary 11010100 1000010 11101101 1011 1001000 0 111 100100011 1010011 111011

Color Harmonies of #D442ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442ED

Black with #D442ED

Text Example


Text Example

White with #D442ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442ED; }

 p { color: rgb(212,66,237); }

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

background-color css

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

 a { background-color: rgb(212,66,237); }

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

border-color css

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

 span { border-color: rgb(212,66,237); }

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