Html Css Color HEX #DE63CC Free Speech Magenta

📋 copy color: '#DE63CC'

red 222 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #DE63CC

Tints of Free Speech Magenta #DE63CC

RGB

 RED value IS 222 (87.11% from 255) = 42.29%

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

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

R = 42.29%
G = 18.86%
B = 38.86%

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

#DE63CC (or 0xDE63CC) is known color: Free Speech Magenta. HEX triplet: DE, 63 and CC. RGB value is (222,99,204). Sum of RGB (Red+Green+Blue) = 222+99+204=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63CC is #219C33. Grayscale: #939393. Windows color (decimal): -2202676 or 13394910. OLE color: 13394910.

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

Color convert

RGB 222 99 204 -
CMYK 0 0.55 0.08 0.13
HSL 308.78º 0.65% 0.63% -
HSV(B) 308.78º 0.55% 0.87% -
XYZ 45.49 28.81 60.29 -
YUV 147.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 222 99 204 0 0.55 0.08 0.13 308.78 0.65 0.63
Hex DE 63 CC 0 37 8 D 135 41 3F
Octal 336 143 314 0 67 10 15 465 101 77
Binary 11011110 1100011 11001100 0 110111 1000 1101 100110101 1000001 111111

Color Harmonies of #DE63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE63CC

Black with #DE63CC

Text Example


Text Example

White with #DE63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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