Html Css Color HEX #DB37D0 Free Speech Magenta

📋 copy color: '#DB37D0'

red 219 ◦ green 55 ◦ blue 208

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

Shades of Free Speech Magenta #DB37D0

Tints of Free Speech Magenta #DB37D0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.41%

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 45.44%
G = 11.41%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB37D0 (or 0xDB37D0) is known color: Free Speech Magenta. HEX triplet: DB, 37 and D0. RGB value is (219,55,208). Sum of RGB (Red+Green+Blue) = 219+55+208=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37D0 is #24C82F. Grayscale: #797979. Windows color (decimal): -2410544 or 13645787. OLE color: 13645787.

HSL color Cylindrical-coordinate representation of color #DB37D0: hue angle of 304.02º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37D0 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 208 -
CMYK 0 0.75 0.05 0.14
HSL 304.02º 0.69% 0.54% -
HSV(B) 304.02º 0.75% 0.86% -
XYZ 41.96 22.35 61.78 -
YUV 121.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 219 55 208 0 0.75 0.05 0.14 304.02 0.69 0.54
Hex DB 37 D0 0 4B 5 E 130 45 36
Octal 333 67 320 0 113 5 16 460 105 66
Binary 11011011 110111 11010000 0 1001011 101 1110 100110000 1000101 110110

Color Harmonies of #DB37D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37D0

Black with #DB37D0

Text Example


Text Example

White with #DB37D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37D0; }

 p { color: rgb(219,55,208); }

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

background-color css

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

 a { background-color: rgb(219,55,208); }

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

border-color css

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

 span { border-color: rgb(219,55,208); }

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