Html Css Color HEX #D442D8 Free Speech Magenta

📋 copy color: '#D442D8'

red 212 ◦ green 66 ◦ blue 216

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

Shades of Free Speech Magenta #D442D8

Tints of Free Speech Magenta #D442D8

RGB

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

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

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

R = 42.91%
G = 13.36%
B = 43.72%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D442D8 (or 0xD442D8) is known color: Free Speech Magenta. HEX triplet: D4, 42 and D8. RGB value is (212,66,216). Sum of RGB (Red+Green+Blue) = 212+66+216=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #D442D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442D8 is #2BBD27. Grayscale: #7E7E7E. Windows color (decimal): -2866472 or 14172884. OLE color: 14172884.

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

Color convert

RGB 212 66 216 -
CMYK 0.02 0.69 0 0.15
HSL 298.4º 0.66% 0.55% -
HSV(B) 298.4º 0.69% 0.85% -
XYZ 41.49 22.85 67.19 -
YUV 126.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 212 66 216 0.02 0.69 0 0.15 298.4 0.66 0.55
Hex D4 42 D8 2 45 0 F 12A 42 37
Octal 324 102 330 2 105 0 17 452 102 67
Binary 11010100 1000010 11011000 10 1000101 0 1111 100101010 1000010 110111

Color Harmonies of #D442D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442D8

Black with #D442D8

Text Example


Text Example

White with #D442D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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