Html Css Color HEX #DE61CC Free Speech Magenta

📋 copy color: '#DE61CC'

red 222 ◦ green 97 ◦ blue 204

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

Shades of Free Speech Magenta #DE61CC

Tints of Free Speech Magenta #DE61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.55%

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

R = 42.45%
G = 18.55%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE61CC (or 0xDE61CC) is known color: Free Speech Magenta. HEX triplet: DE, 61 and CC. RGB value is (222,97,204). Sum of RGB (Red+Green+Blue) = 222+97+204=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE61CC is #219E33. Grayscale: #929292. Windows color (decimal): -2203188 or 13394398. OLE color: 13394398.

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

Color convert

RGB 222 97 204 -
CMYK 0 0.56 0.08 0.13
HSL 308.64º 0.65% 0.63% -
HSV(B) 308.64º 0.56% 0.87% -
XYZ 45.3 28.44 60.23 -
YUV 146.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 222 97 204 0 0.56 0.08 0.13 308.64 0.65 0.63
Hex DE 61 CC 0 38 8 D 135 41 3F
Octal 336 141 314 0 70 10 15 465 101 77
Binary 11011110 1100001 11001100 0 111000 1000 1101 100110101 1000001 111111

Color Harmonies of #DE61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE61CC

Black with #DE61CC

Text Example


Text Example

White with #DE61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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