Html Css Color HEX #DD63CE Free Speech Magenta

📋 copy color: '#DD63CE'

red 221 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Magenta #DD63CE

Tints of Free Speech Magenta #DD63CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.82%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 42.02%
G = 18.82%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD63CE (or 0xDD63CE) is known color: Free Speech Magenta. HEX triplet: DD, 63 and CE. RGB value is (221,99,206). Sum of RGB (Red+Green+Blue) = 221+99+206=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63CE is #229C31. Grayscale: #939393. Windows color (decimal): -2268210 or 13525981. OLE color: 13525981.

HSL color Cylindrical-coordinate representation of color #DD63CE: hue angle of 307.38º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD63CE is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 206 -
CMYK 0 0.55 0.07 0.13
HSL 307.38º 0.64% 0.63% -
HSV(B) 307.38º 0.55% 0.87% -
XYZ 45.42 28.75 61.55 -
YUV 147.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 221 99 206 0 0.55 0.07 0.13 307.38 0.64 0.63
Hex DD 63 CE 0 37 7 D 133 40 3F
Octal 335 143 316 0 67 7 15 463 100 77
Binary 11011101 1100011 11001110 0 110111 111 1101 100110011 1000000 111111

Color Harmonies of #DD63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63CE

Black with #DD63CE

Text Example


Text Example

White with #DD63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63CE; }

 p { color: rgb(221,99,206); }

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

background-color css

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

 a { background-color: rgb(221,99,206); }

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

border-color css

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

 span { border-color: rgb(221,99,206); }

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