Html Css Color HEX #DE60BB Free Speech Magenta

📋 copy color: '#DE60BB'

red 222 ◦ green 96 ◦ blue 187

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

Shades of Free Speech Magenta #DE60BB

Tints of Free Speech Magenta #DE60BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.01%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 43.96%
G = 19.01%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE60BB (or 0xDE60BB) is known color: Free Speech Magenta. HEX triplet: DE, 60 and BB. RGB value is (222,96,187). Sum of RGB (Red+Green+Blue) = 222+96+187=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE60BB is #219F44. Grayscale: #8F8F8F. Windows color (decimal): -2203461 or 12280030. OLE color: 12280030.

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

Color convert

RGB 222 96 187 -
CMYK 0 0.57 0.16 0.13
HSL 316.67º 0.66% 0.62% -
HSV(B) 316.67º 0.57% 0.87% -
XYZ 43.28 27.48 50.04 -
YUV 144.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 222 96 187 0 0.57 0.16 0.13 316.67 0.66 0.62
Hex DE 60 BB 0 39 10 D 13D 42 3E
Octal 336 140 273 0 71 20 15 475 102 76
Binary 11011110 1100000 10111011 0 111001 10000 1101 100111101 1000010 111110

Color Harmonies of #DE60BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE60BB

Black with #DE60BB

Text Example


Text Example

White with #DE60BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE60BB; }

 p { color: rgb(222,96,187); }

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

background-color css

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

 a { background-color: rgb(222,96,187); }

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

border-color css

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

 span { border-color: rgb(222,96,187); }

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