Html Css Color HEX #DD51C2 Free Speech Magenta

📋 copy color: '#DD51C2'

red 221 ◦ green 81 ◦ blue 194

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

Shades of Free Speech Magenta #DD51C2

Tints of Free Speech Magenta #DD51C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 44.56%
G = 16.33%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD51C2 (or 0xDD51C2) is known color: Free Speech Magenta. HEX triplet: DD, 51 and C2. RGB value is (221,81,194). Sum of RGB (Red+Green+Blue) = 221+81+194=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51C2 is #22AE3D. Grayscale: #878787. Windows color (decimal): -2272830 or 12734941. OLE color: 12734941.

HSL color Cylindrical-coordinate representation of color #DD51C2: hue angle of 311.57º 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 #DD51C2 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 194 -
CMYK 0 0.63 0.12 0.13
HSL 311.57º 0.67% 0.59% -
HSV(B) 311.57º 0.63% 0.87% -
XYZ 42.5 25.15 53.65 -
YUV 135.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 221 81 194 0 0.63 0.12 0.13 311.57 0.67 0.59
Hex DD 51 C2 0 3F C D 138 43 3B
Octal 335 121 302 0 77 14 15 470 103 73
Binary 11011101 1010001 11000010 0 111111 1100 1101 100111000 1000011 111011

Color Harmonies of #DD51C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51C2

Black with #DD51C2

Text Example


Text Example

White with #DD51C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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