Html Css Color HEX #DE47CC Free Speech Magenta

📋 copy color: '#DE47CC'

red 222 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Magenta #DE47CC

Tints of Free Speech Magenta #DE47CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.29%

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

R = 44.67%
G = 14.29%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE47CC (or 0xDE47CC) is known color: Free Speech Magenta. HEX triplet: DE, 47 and CC. RGB value is (222,71,204). Sum of RGB (Red+Green+Blue) = 222+71+204=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47CC is #21B833. Grayscale: #828282. Windows color (decimal): -2209844 or 13387742. OLE color: 13387742.

HSL color Cylindrical-coordinate representation of color #DE47CC: hue angle of 307.15º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE47CC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 71 204 -
CMYK 0 0.68 0.08 0.13
HSL 307.15º 0.7% 0.57% -
HSV(B) 307.15º 0.68% 0.87% -
XYZ 43.28 24.4 59.55 -
YUV 131.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 222 71 204 0 0.68 0.08 0.13 307.15 0.7 0.57
Hex DE 47 CC 0 44 8 D 133 46 39
Octal 336 107 314 0 104 10 15 463 106 71
Binary 11011110 1000111 11001100 0 1000100 1000 1101 100110011 1000110 111001

Color Harmonies of #DE47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE47CC

Black with #DE47CC

Text Example


Text Example

White with #DE47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE47CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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