Html Css Color HEX #DD63CC Free Speech Magenta

📋 copy color: '#DD63CC'

red 221 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #DD63CC

Tints of Free Speech Magenta #DD63CC

RGB

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

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

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

R = 42.18%
G = 18.89%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD63CC (or 0xDD63CC) is known color: Free Speech Magenta. HEX triplet: DD, 63 and CC. RGB value is (221,99,204). Sum of RGB (Red+Green+Blue) = 221+99+204=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63CC is #229C33. Grayscale: #939393. Windows color (decimal): -2268212 or 13394909. OLE color: 13394909.

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

Color convert

RGB 221 99 204 -
CMYK 0 0.55 0.08 0.13
HSL 308.36º 0.64% 0.63% -
HSV(B) 308.36º 0.55% 0.87% -
XYZ 45.18 28.66 60.28 -
YUV 147.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 221 99 204 0 0.55 0.08 0.13 308.36 0.64 0.63
Hex DD 63 CC 0 37 8 D 134 40 3F
Octal 335 143 314 0 67 10 15 464 100 77
Binary 11011101 1100011 11001100 0 110111 1000 1101 100110100 1000000 111111

Color Harmonies of #DD63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63CC

Black with #DD63CC

Text Example


Text Example

White with #DD63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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