Html Css Color HEX #DD62DD Free Speech Magenta

📋 copy color: '#DD62DD'

red 221 ◦ green 98 ◦ blue 221

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

Shades of Free Speech Magenta #DD62DD

Tints of Free Speech Magenta #DD62DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.15%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 40.93%
G = 18.15%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD62DD (or 0xDD62DD) is known color: Free Speech Magenta. HEX triplet: DD, 62 and DD. RGB value is (221,98,221). Sum of RGB (Red+Green+Blue) = 221+98+221=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62DD is #229D22. Grayscale: #949494. Windows color (decimal): -2268451 or 14508765. OLE color: 14508765.

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

Color convert

RGB 221 98 221 -
CMYK 0 0.56 0 0.13
HSL 300º 0.64% 0.63% -
HSV(B) 300º 0.56% 0.87% -
XYZ 47.24 29.33 71.58 -
YUV 148.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 221 98 221 0 0.56 0 0.13 300 0.64 0.63
Hex DD 62 DD 0 38 0 D 12C 40 3F
Octal 335 142 335 0 70 0 15 454 100 77
Binary 11011101 1100010 11011101 0 111000 0 1101 100101100 1000000 111111

Color Harmonies of #DD62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62DD

Black with #DD62DD

Text Example


Text Example

White with #DD62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62DD; }

 p { color: rgb(221,98,221); }

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

background-color css

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

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

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

border-color css

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

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

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