Html Css Color HEX #DD63EA Free Speech Magenta

📋 copy color: '#DD63EA'

red 221 ◦ green 99 ◦ blue 234

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

Shades of Free Speech Magenta #DD63EA

Tints of Free Speech Magenta #DD63EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 39.89%
G = 17.87%
B = 42.24%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD63EA (or 0xDD63EA) is known color: Free Speech Magenta. HEX triplet: DD, 63 and EA. RGB value is (221,99,234). Sum of RGB (Red+Green+Blue) = 221+99+234=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63EA is #229C15. Grayscale: #969696. Windows color (decimal): -2268182 or 15360989. OLE color: 15360989.

HSL color Cylindrical-coordinate representation of color #DD63EA: hue angle of 294.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD63EA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 99 234 -
CMYK 0.06 0.58 0 0.08
HSL 294.22º 0.76% 0.65% -
HSV(B) 294.22º 0.58% 0.92% -
XYZ 49.13 30.24 81.09 -
YUV 150.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 221 99 234 0.06 0.58 0 0.08 294.22 0.76 0.65
Hex DD 63 EA 6 3A 0 8 126 4C 41
Octal 335 143 352 6 72 0 10 446 114 101
Binary 11011101 1100011 11101010 110 111010 0 1000 100100110 1001100 1000001

Color Harmonies of #DD63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63EA

Black with #DD63EA

Text Example


Text Example

White with #DD63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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