Html Css Color HEX #DB60C5 Free Speech Magenta

📋 copy color: '#DB60C5'

red 219 ◦ green 96 ◦ blue 197

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

Shades of Free Speech Magenta #DB60C5

Tints of Free Speech Magenta #DB60C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 42.77%
G = 18.75%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB60C5 (or 0xDB60C5) is known color: Free Speech Magenta. HEX triplet: DB, 60 and C5. RGB value is (219,96,197). Sum of RGB (Red+Green+Blue) = 219+96+197=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60C5 is #249F3A. Grayscale: #909090. Windows color (decimal): -2400059 or 12935387. OLE color: 12935387.

HSL color Cylindrical-coordinate representation of color #DB60C5: hue angle of 310.73º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60C5 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 197 -
CMYK 0 0.56 0.10 0.14
HSL 310.73º 0.63% 0.62% -
HSV(B) 310.73º 0.56% 0.86% -
XYZ 43.47 27.46 55.83 -
YUV 144.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 219 96 197 0 0.56 0.10 0.14 310.73 0.63 0.62
Hex DB 60 C5 0 38 A E 137 3F 3E
Octal 333 140 305 0 70 12 16 467 77 76
Binary 11011011 1100000 11000101 0 111000 1010 1110 100110111 111111 111110

Color Harmonies of #DB60C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60C5

Black with #DB60C5

Text Example


Text Example

White with #DB60C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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