Html Css Color HEX #DE61BF Free Speech Magenta

📋 copy color: '#DE61BF'

red 222 ◦ green 97 ◦ blue 191

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

Shades of Free Speech Magenta #DE61BF

Tints of Free Speech Magenta #DE61BF

RGB

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

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

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

R = 43.53%
G = 19.02%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE61BF (or 0xDE61BF) is known color: Free Speech Magenta. HEX triplet: DE, 61 and BF. RGB value is (222,97,191). Sum of RGB (Red+Green+Blue) = 222+97+191=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE61BF is #219E40. Grayscale: #909090. Windows color (decimal): -2203201 or 12542430. OLE color: 12542430.

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

Color convert

RGB 222 97 191 -
CMYK 0 0.56 0.14 0.13
HSL 314.88º 0.65% 0.63% -
HSV(B) 314.88º 0.56% 0.87% -
XYZ 43.8 27.84 52.36 -
YUV 145.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 222 97 191 0 0.56 0.14 0.13 314.88 0.65 0.63
Hex DE 61 BF 0 38 E D 13B 41 3F
Octal 336 141 277 0 70 16 15 473 101 77
Binary 11011110 1100001 10111111 0 111000 1110 1101 100111011 1000001 111111

Color Harmonies of #DE61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE61BF

Black with #DE61BF

Text Example


Text Example

White with #DE61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE61BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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