Html Css Color HEX #DD62DB Free Speech Magenta

📋 copy color: '#DD62DB'

red 221 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #DD62DB

Tints of Free Speech Magenta #DD62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 41.08%
G = 18.22%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD62DB (or 0xDD62DB) is known color: Free Speech Magenta. HEX triplet: DD, 62 and DB. RGB value is (221,98,219). Sum of RGB (Red+Green+Blue) = 221+98+219=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62DB is #229D24. Grayscale: #949494. Windows color (decimal): -2268453 or 14377693. OLE color: 14377693.

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

Color convert

RGB 221 98 219 -
CMYK 0 0.56 0.01 0.13
HSL 300.98º 0.64% 0.63% -
HSV(B) 300.98º 0.56% 0.87% -
XYZ 46.97 29.22 70.18 -
YUV 148.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 221 98 219 0 0.56 0.01 0.13 300.98 0.64 0.63
Hex DD 62 DB 0 38 1 D 12D 40 3F
Octal 335 142 333 0 70 1 15 455 100 77
Binary 11011101 1100010 11011011 0 111000 1 1101 100101101 1000000 111111

Color Harmonies of #DD62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62DB

Black with #DD62DB

Text Example


Text Example

White with #DD62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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