Html Css Color HEX #DD62DA Free Speech Magenta

📋 copy color: '#DD62DA'

red 221 ◦ green 98 ◦ blue 218

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

Shades of Free Speech Magenta #DD62DA

Tints of Free Speech Magenta #DD62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 41.15%
G = 18.25%
B = 40.6%

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

#DD62DA (or 0xDD62DA) is known color: Free Speech Magenta. HEX triplet: DD, 62 and DA. RGB value is (221,98,218). Sum of RGB (Red+Green+Blue) = 221+98+218=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62DA is #229D25. Grayscale: #949494. Windows color (decimal): -2268454 or 14312157. OLE color: 14312157.

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

Color convert

RGB 221 98 218 -
CMYK 0 0.56 0.01 0.13
HSL 301.46º 0.64% 0.63% -
HSV(B) 301.46º 0.56% 0.87% -
XYZ 46.84 29.17 69.49 -
YUV 148.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 221 98 218 0 0.56 0.01 0.13 301.46 0.64 0.63
Hex DD 62 DA 0 38 1 D 12D 40 3F
Octal 335 142 332 0 70 1 15 455 100 77
Binary 11011101 1100010 11011010 0 111000 1 1101 100101101 1000000 111111

Color Harmonies of #DD62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62DA

Black with #DD62DA

Text Example


Text Example

White with #DD62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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