Html Css Color HEX #DB61E0 Free Speech Magenta

📋 copy color: '#DB61E0'

red 219 ◦ green 97 ◦ blue 224

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

Shades of Free Speech Magenta #DB61E0

Tints of Free Speech Magenta #DB61E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 40.56%
G = 17.96%
B = 41.48%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB61E0 (or 0xDB61E0) is known color: Free Speech Magenta. HEX triplet: DB, 61 and E0. RGB value is (219,97,224). Sum of RGB (Red+Green+Blue) = 219+97+224=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB61E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61E0 is #249E1F. Grayscale: #939393. Windows color (decimal): -2399776 or 14705115. OLE color: 14705115.

HSL color Cylindrical-coordinate representation of color #DB61E0: hue angle of 297.64º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB61E0 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 97 224 -
CMYK 0.02 0.57 0 0.12
HSL 297.64º 0.67% 0.63% -
HSV(B) 297.64º 0.57% 0.88% -
XYZ 46.94 28.99 73.64 -
YUV 147.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 219 97 224 0.02 0.57 0 0.12 297.64 0.67 0.63
Hex DB 61 E0 2 39 0 C 12A 43 3F
Octal 333 141 340 2 71 0 14 452 103 77
Binary 11011011 1100001 11100000 10 111001 0 1100 100101010 1000011 111111

Color Harmonies of #DB61E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB61E0

Black with #DB61E0

Text Example


Text Example

White with #DB61E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB61E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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