Html Css Color HEX #D44CCD Free Speech Magenta

📋 copy color: '#D44CCD'

red 212 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Magenta #D44CCD

Tints of Free Speech Magenta #D44CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.42%

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 43%
G = 15.42%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D44CCD (or 0xD44CCD) is known color: Free Speech Magenta. HEX triplet: D4, 4C and CD. RGB value is (212,76,205). Sum of RGB (Red+Green+Blue) = 212+76+205=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44CCD is #2BB332. Grayscale: #828282. Windows color (decimal): -2863923 or 13454548. OLE color: 13454548.

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

Color convert

RGB 212 76 205 -
CMYK 0 0.64 0.03 0.17
HSL 303.09º 0.61% 0.56% -
HSV(B) 303.09º 0.64% 0.83% -
XYZ 40.76 23.57 60.16 -
YUV 131.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 212 76 205 0 0.64 0.03 0.17 303.09 0.61 0.56
Hex D4 4C CD 0 40 3 11 12F 3D 38
Octal 324 114 315 0 100 3 21 457 75 70
Binary 11010100 1001100 11001101 0 1000000 11 10001 100101111 111101 111000

Color Harmonies of #D44CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CCD

Black with #D44CCD

Text Example


Text Example

White with #D44CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CCD; }

 p { color: rgb(212,76,205); }

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

background-color css

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

 a { background-color: rgb(212,76,205); }

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

border-color css

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

 span { border-color: rgb(212,76,205); }

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