Html Css Color HEX #DB60C9 Free Speech Magenta

📋 copy color: '#DB60C9'

red 219 ◦ green 96 ◦ blue 201

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

Shades of Free Speech Magenta #DB60C9

Tints of Free Speech Magenta #DB60C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 42.44%
G = 18.6%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB60C9 (or 0xDB60C9) is known color: Free Speech Magenta. HEX triplet: DB, 60 and C9. RGB value is (219,96,201). Sum of RGB (Red+Green+Blue) = 219+96+201=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60C9 is #249F36. Grayscale: #909090. Windows color (decimal): -2400055 or 13197531. OLE color: 13197531.

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

Color convert

RGB 219 96 201 -
CMYK 0 0.56 0.08 0.14
HSL 308.78º 0.63% 0.62% -
HSV(B) 308.78º 0.56% 0.86% -
XYZ 43.94 27.64 58.28 -
YUV 144.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 219 96 201 0 0.56 0.08 0.14 308.78 0.63 0.62
Hex DB 60 C9 0 38 8 E 135 3F 3E
Octal 333 140 311 0 70 10 16 465 77 76
Binary 11011011 1100000 11001001 0 111000 1000 1110 100110101 111111 111110

Color Harmonies of #DB60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60C9

Black with #DB60C9

Text Example


Text Example

White with #DB60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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