Html Css Color HEX #DE61BE Free Speech Magenta

📋 copy color: '#DE61BE'

red 222 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Magenta #DE61BE

Tints of Free Speech Magenta #DE61BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 43.61%
G = 19.06%
B = 37.33%

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

#DE61BE (or 0xDE61BE) is known color: Free Speech Magenta. HEX triplet: DE, 61 and BE. RGB value is (222,97,190). Sum of RGB (Red+Green+Blue) = 222+97+190=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE61BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE61BE is #219E41. Grayscale: #909090. Windows color (decimal): -2203202 or 12476894. OLE color: 12476894.

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

Color convert

RGB 222 97 190 -
CMYK 0 0.56 0.14 0.13
HSL 315.36º 0.65% 0.63% -
HSV(B) 315.36º 0.56% 0.87% -
XYZ 43.69 27.8 51.78 -
YUV 144.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 222 97 190 0 0.56 0.14 0.13 315.36 0.65 0.63
Hex DE 61 BE 0 38 E D 13B 41 3F
Octal 336 141 276 0 70 16 15 473 101 77
Binary 11011110 1100001 10111110 0 111000 1110 1101 100111011 1000001 111111

Color Harmonies of #DE61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE61BE

Black with #DE61BE

Text Example


Text Example

White with #DE61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE61BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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