Html Css Color HEX #DB60DE Free Speech Magenta

📋 copy color: '#DB60DE'

red 219 ◦ green 96 ◦ blue 222

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

Shades of Free Speech Magenta #DB60DE

Tints of Free Speech Magenta #DB60DE

RGB

 RED value IS 219 (85.94% from 255) = 40.78%

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 40.78%
G = 17.88%
B = 41.34%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB60DE (or 0xDB60DE) is known color: Free Speech Magenta. HEX triplet: DB, 60 and DE. RGB value is (219,96,222). Sum of RGB (Red+Green+Blue) = 219+96+222=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB60DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60DE is #249F21. Grayscale: #929292. Windows color (decimal): -2400034 or 14573787. OLE color: 14573787.

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

Color convert

RGB 219 96 222 -
CMYK 0.01 0.57 0 0.13
HSL 298.57º 0.66% 0.62% -
HSV(B) 298.57º 0.57% 0.87% -
XYZ 46.58 28.7 72.19 -
YUV 147.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 219 96 222 0.01 0.57 0 0.13 298.57 0.66 0.62
Hex DB 60 DE 1 39 0 D 12B 42 3E
Octal 333 140 336 1 71 0 15 453 102 76
Binary 11011011 1100000 11011110 1 111001 0 1101 100101011 1000010 111110

Color Harmonies of #DB60DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60DE

Black with #DB60DE

Text Example


Text Example

White with #DB60DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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