Html Css Color HEX #DD51D0 Free Speech Magenta

📋 copy color: '#DD51D0'

red 221 ◦ green 81 ◦ blue 208

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

Shades of Free Speech Magenta #DD51D0

Tints of Free Speech Magenta #DD51D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 43.33%
G = 15.88%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD51D0 (or 0xDD51D0) is known color: Free Speech Magenta. HEX triplet: DD, 51 and D0. RGB value is (221,81,208). Sum of RGB (Red+Green+Blue) = 221+81+208=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D0 is #22AE2F. Grayscale: #888888. Windows color (decimal): -2272816 or 13652445. OLE color: 13652445.

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

Color convert

RGB 221 81 208 -
CMYK 0 0.63 0.06 0.13
HSL 305.57º 0.67% 0.59% -
HSV(B) 305.57º 0.63% 0.87% -
XYZ 44.15 25.81 62.33 -
YUV 137.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 221 81 208 0 0.63 0.06 0.13 305.57 0.67 0.59
Hex DD 51 D0 0 3F 6 D 132 43 3B
Octal 335 121 320 0 77 6 15 462 103 73
Binary 11011101 1010001 11010000 0 111111 110 1101 100110010 1000011 111011

Color Harmonies of #DD51D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51D0

Black with #DD51D0

Text Example


Text Example

White with #DD51D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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