Html Css Color HEX #DD51C6 Free Speech Magenta

📋 copy color: '#DD51C6'

red 221 ◦ green 81 ◦ blue 198

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

Shades of Free Speech Magenta #DD51C6

Tints of Free Speech Magenta #DD51C6

RGB

 RED value IS 221 (86.72% from 255) = 44.2%

 GREEN value IS 81 (32.03% from 255) = 16.2%

 BLUE value IS 198 (77.73% from 255) = 39.6%

R = 44.2%
G = 16.2%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD51C6 (or 0xDD51C6) is known color: Free Speech Magenta. HEX triplet: DD, 51 and C6. RGB value is (221,81,198). Sum of RGB (Red+Green+Blue) = 221+81+198=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51C6 is #22AE39. Grayscale: #878787. Windows color (decimal): -2272826 or 12997085. OLE color: 12997085.

HSL color Cylindrical-coordinate representation of color #DD51C6: hue angle of 309.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51C6 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 198 -
CMYK 0 0.63 0.10 0.13
HSL 309.86º 0.67% 0.59% -
HSV(B) 309.86º 0.63% 0.87% -
XYZ 42.95 25.33 56.05 -
YUV 136.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 221 81 198 0 0.63 0.10 0.13 309.86 0.67 0.59
Hex DD 51 C6 0 3F A D 136 43 3B
Octal 335 121 306 0 77 12 15 466 103 73
Binary 11011101 1010001 11000110 0 111111 1010 1101 100110110 1000011 111011

Color Harmonies of #DD51C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51C6

Black with #DD51C6

Text Example


Text Example

White with #DD51C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51C6; }

 p { color: rgb(221,81,198); }

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

background-color css

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

 a { background-color: rgb(221,81,198); }

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

border-color css

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

 span { border-color: rgb(221,81,198); }

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