Html Css Color HEX #DD62D5 Free Speech Magenta

📋 copy color: '#DD62D5'

red 221 ◦ green 98 ◦ blue 213

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

Shades of Free Speech Magenta #DD62D5

Tints of Free Speech Magenta #DD62D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 41.54%
G = 18.42%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD62D5 (or 0xDD62D5) is known color: Free Speech Magenta. HEX triplet: DD, 62 and D5. RGB value is (221,98,213). Sum of RGB (Red+Green+Blue) = 221+98+213=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62D5 is #229D2A. Grayscale: #939393. Windows color (decimal): -2268459 or 13984477. OLE color: 13984477.

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

Color convert

RGB 221 98 213 -
CMYK 0 0.56 0.04 0.13
HSL 303.9º 0.64% 0.63% -
HSV(B) 303.9º 0.56% 0.87% -
XYZ 46.2 28.91 66.1 -
YUV 147.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 221 98 213 0 0.56 0.04 0.13 303.9 0.64 0.63
Hex DD 62 D5 0 38 4 D 130 40 3F
Octal 335 142 325 0 70 4 15 460 100 77
Binary 11011101 1100010 11010101 0 111000 100 1101 100110000 1000000 111111

Color Harmonies of #DD62D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62D5

Black with #DD62D5

Text Example


Text Example

White with #DD62D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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