Html Css Color HEX #D442D6 Free Speech Magenta

📋 copy color: '#D442D6'

red 212 ◦ green 66 ◦ blue 214

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

Shades of Free Speech Magenta #D442D6

Tints of Free Speech Magenta #D442D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 43.09%
G = 13.41%
B = 43.5%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D442D6 (or 0xD442D6) is known color: Free Speech Magenta. HEX triplet: D4, 42 and D6. RGB value is (212,66,214). Sum of RGB (Red+Green+Blue) = 212+66+214=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #D442D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442D6 is #2BBD29. Grayscale: #7E7E7E. Windows color (decimal): -2866474 or 14041812. OLE color: 14041812.

HSL color Cylindrical-coordinate representation of color #D442D6: hue angle of 299.19º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D442D6 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 66 214 -
CMYK 0.01 0.69 0 0.16
HSL 299.19º 0.64% 0.55% -
HSV(B) 299.19º 0.69% 0.84% -
XYZ 41.24 22.75 65.84 -
YUV 126.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 212 66 214 0.01 0.69 0 0.16 299.19 0.64 0.55
Hex D4 42 D6 1 45 0 10 12B 40 37
Octal 324 102 326 1 105 0 20 453 100 67
Binary 11010100 1000010 11010110 1 1000101 0 10000 100101011 1000000 110111

Color Harmonies of #D442D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442D6

Black with #D442D6

Text Example


Text Example

White with #D442D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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