Html Css Color HEX #DE60B9 Free Speech Magenta

📋 copy color: '#DE60B9'

red 222 ◦ green 96 ◦ blue 185

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

Shades of Free Speech Magenta #DE60B9

Tints of Free Speech Magenta #DE60B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 44.14%
G = 19.09%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE60B9 (or 0xDE60B9) is known color: Free Speech Magenta. HEX triplet: DE, 60 and B9. RGB value is (222,96,185). Sum of RGB (Red+Green+Blue) = 222+96+185=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE60B9 is #219F46. Grayscale: #8F8F8F. Windows color (decimal): -2203463 or 12148958. OLE color: 12148958.

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

Color convert

RGB 222 96 185 -
CMYK 0 0.57 0.17 0.13
HSL 317.62º 0.66% 0.62% -
HSV(B) 317.62º 0.57% 0.87% -
XYZ 43.06 27.4 48.92 -
YUV 143.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 222 96 185 0 0.57 0.17 0.13 317.62 0.66 0.62
Hex DE 60 B9 0 39 11 D 13E 42 3E
Octal 336 140 271 0 71 21 15 476 102 76
Binary 11011110 1100000 10111001 0 111001 10001 1101 100111110 1000010 111110

Color Harmonies of #DE60B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE60B9

Black with #DE60B9

Text Example


Text Example

White with #DE60B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE60B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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