Html Css Color HEX #DB61C0 Free Speech Magenta

📋 copy color: '#DB61C0'

red 219 ◦ green 97 ◦ blue 192

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

Shades of Free Speech Magenta #DB61C0

Tints of Free Speech Magenta #DB61C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 43.11%
G = 19.09%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB61C0 (or 0xDB61C0) is known color: Free Speech Magenta. HEX triplet: DB, 61 and C0. RGB value is (219,97,192). Sum of RGB (Red+Green+Blue) = 219+97+192=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61C0 is #249E3F. Grayscale: #909090. Windows color (decimal): -2399808 or 12607963. OLE color: 12607963.

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

Color convert

RGB 219 97 192 -
CMYK 0 0.56 0.12 0.14
HSL 313.28º 0.63% 0.62% -
HSV(B) 313.28º 0.56% 0.86% -
XYZ 43 27.42 52.89 -
YUV 144.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 219 97 192 0 0.56 0.12 0.14 313.28 0.63 0.62
Hex DB 61 C0 0 38 C E 139 3F 3E
Octal 333 141 300 0 70 14 16 471 77 76
Binary 11011011 1100001 11000000 0 111000 1100 1110 100111001 111111 111110

Color Harmonies of #DB61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61C0

Black with #DB61C0

Text Example


Text Example

White with #DB61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61C0; }

 p { color: rgb(219,97,192); }

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

background-color css

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

 a { background-color: rgb(219,97,192); }

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

border-color css

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

 span { border-color: rgb(219,97,192); }

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