Html Css Color HEX #D442DD Free Speech Magenta

📋 copy color: '#D442DD'

red 212 ◦ green 66 ◦ blue 221

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

Shades of Free Speech Magenta #D442DD

Tints of Free Speech Magenta #D442DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 42.48%
G = 13.23%
B = 44.29%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D442DD (or 0xD442DD) is known color: Free Speech Magenta. HEX triplet: D4, 42 and DD. RGB value is (212,66,221). Sum of RGB (Red+Green+Blue) = 212+66+221=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D442DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442DD is #2BBD22. Grayscale: #7E7E7E. Windows color (decimal): -2866467 or 14500564. OLE color: 14500564.

HSL color Cylindrical-coordinate representation of color #D442DD: hue angle of 296.52º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D442DD is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 66 221 -
CMYK 0.04 0.70 0 0.13
HSL 296.52º 0.7% 0.56% -
HSV(B) 296.52º 0.7% 0.87% -
XYZ 42.15 23.11 70.65 -
YUV 127.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 212 66 221 0.04 0.70 0 0.13 296.52 0.7 0.56
Hex D4 42 DD 4 46 0 D 129 46 38
Octal 324 102 335 4 106 0 15 451 106 70
Binary 11010100 1000010 11011101 100 1000110 0 1101 100101001 1000110 111000

Color Harmonies of #D442DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442DD

Black with #D442DD

Text Example


Text Example

White with #D442DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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