Html Css Color HEX #DD63BF Free Speech Magenta

📋 copy color: '#DD63BF'

red 221 ◦ green 99 ◦ blue 191

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

Shades of Free Speech Magenta #DD63BF

Tints of Free Speech Magenta #DD63BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 43.25%
G = 19.37%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD63BF (or 0xDD63BF) is known color: Free Speech Magenta. HEX triplet: DD, 63 and BF. RGB value is (221,99,191). Sum of RGB (Red+Green+Blue) = 221+99+191=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63BF is #229C40. Grayscale: #919191. Windows color (decimal): -2268225 or 12542941. OLE color: 12542941.

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

Color convert

RGB 221 99 191 -
CMYK 0 0.55 0.14 0.13
HSL 314.75º 0.64% 0.63% -
HSV(B) 314.75º 0.55% 0.87% -
XYZ 43.68 28.06 52.4 -
YUV 145.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 221 99 191 0 0.55 0.14 0.13 314.75 0.64 0.63
Hex DD 63 BF 0 37 E D 13B 40 3F
Octal 335 143 277 0 67 16 15 473 100 77
Binary 11011101 1100011 10111111 0 110111 1110 1101 100111011 1000000 111111

Color Harmonies of #DD63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63BF

Black with #DD63BF

Text Example


Text Example

White with #DD63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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