Html Css Color HEX #DD62CC Free Speech Magenta

📋 copy color: '#DD62CC'

red 221 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Magenta #DD62CC

Tints of Free Speech Magenta #DD62CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 42.26%
G = 18.74%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD62CC (or 0xDD62CC) is known color: Free Speech Magenta. HEX triplet: DD, 62 and CC. RGB value is (221,98,204). Sum of RGB (Red+Green+Blue) = 221+98+204=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62CC is #229D33. Grayscale: #929292. Windows color (decimal): -2268468 or 13394653. OLE color: 13394653.

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

Color convert

RGB 221 98 204 -
CMYK 0 0.56 0.08 0.13
HSL 308.29º 0.64% 0.63% -
HSV(B) 308.29º 0.56% 0.87% -
XYZ 45.09 28.47 60.25 -
YUV 146.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 221 98 204 0 0.56 0.08 0.13 308.29 0.64 0.63
Hex DD 62 CC 0 38 8 D 134 40 3F
Octal 335 142 314 0 70 10 15 464 100 77
Binary 11011101 1100010 11001100 0 111000 1000 1101 100110100 1000000 111111

Color Harmonies of #DD62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62CC

Black with #DD62CC

Text Example


Text Example

White with #DD62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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