Html Css Color HEX #D44FCC Free Speech Magenta

📋 copy color: '#D44FCC'

red 212 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Magenta #D44FCC

Tints of Free Speech Magenta #D44FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 42.83%
G = 15.96%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D44FCC (or 0xD44FCC) is known color: Free Speech Magenta. HEX triplet: D4, 4F and CC. RGB value is (212,79,204). Sum of RGB (Red+Green+Blue) = 212+79+204=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FCC is #2BB033. Grayscale: #848484. Windows color (decimal): -2863156 or 13389780. OLE color: 13389780.

HSL color Cylindrical-coordinate representation of color #D44FCC: hue angle of 303.61º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44FCC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 204 -
CMYK 0 0.63 0.04 0.17
HSL 303.61º 0.61% 0.57% -
HSV(B) 303.61º 0.63% 0.83% -
XYZ 40.85 23.95 59.6 -
YUV 133.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 212 79 204 0 0.63 0.04 0.17 303.61 0.61 0.57
Hex D4 4F CC 0 3F 4 11 130 3D 39
Octal 324 117 314 0 77 4 21 460 75 71
Binary 11010100 1001111 11001100 0 111111 100 10001 100110000 111101 111001

Color Harmonies of #D44FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FCC

Black with #D44FCC

Text Example


Text Example

White with #D44FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FCC; }

 p { color: rgb(212,79,204); }

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

background-color css

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

 a { background-color: rgb(212,79,204); }

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

border-color css

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

 span { border-color: rgb(212,79,204); }

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