Html Css Color HEX #DD62C7 Free Speech Magenta

📋 copy color: '#DD62C7'

red 221 ◦ green 98 ◦ blue 199

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

Shades of Free Speech Magenta #DD62C7

Tints of Free Speech Magenta #DD62C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 42.66%
G = 18.92%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD62C7 (or 0xDD62C7) is known color: Free Speech Magenta. HEX triplet: DD, 62 and C7. RGB value is (221,98,199). Sum of RGB (Red+Green+Blue) = 221+98+199=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62C7 is #229D38. Grayscale: #929292. Windows color (decimal): -2268473 or 13066973. OLE color: 13066973.

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

Color convert

RGB 221 98 199 -
CMYK 0 0.56 0.10 0.13
HSL 310.73º 0.64% 0.63% -
HSV(B) 310.73º 0.56% 0.87% -
XYZ 44.5 28.23 57.14 -
YUV 146.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 221 98 199 0 0.56 0.10 0.13 310.73 0.64 0.63
Hex DD 62 C7 0 38 A D 137 40 3F
Octal 335 142 307 0 70 12 15 467 100 77
Binary 11011101 1100010 11000111 0 111000 1010 1101 100110111 1000000 111111

Color Harmonies of #DD62C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62C7

Black with #DD62C7

Text Example


Text Example

White with #DD62C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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