Html Css Color HEX #DB5EC2 Free Speech Magenta

📋 copy color: '#DB5EC2'

red 219 ◦ green 94 ◦ blue 194

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

Shades of Free Speech Magenta #DB5EC2

Tints of Free Speech Magenta #DB5EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.54%

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 43.2%
G = 18.54%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB5EC2 (or 0xDB5EC2) is known color: Free Speech Magenta. HEX triplet: DB, 5E and C2. RGB value is (219,94,194). Sum of RGB (Red+Green+Blue) = 219+94+194=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EC2 is #24A13D. Grayscale: #8E8E8E. Windows color (decimal): -2400574 or 12738267. OLE color: 12738267.

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

Color convert

RGB 219 94 194 -
CMYK 0 0.57 0.11 0.14
HSL 312º 0.63% 0.61% -
HSV(B) 312º 0.57% 0.86% -
XYZ 42.95 26.96 53.98 -
YUV 142.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 219 94 194 0 0.57 0.11 0.14 312 0.63 0.61
Hex DB 5E C2 0 39 B E 138 3F 3D
Octal 333 136 302 0 71 13 16 470 77 75
Binary 11011011 1011110 11000010 0 111001 1011 1110 100111000 111111 111101

Color Harmonies of #DB5EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EC2

Black with #DB5EC2

Text Example


Text Example

White with #DB5EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EC2; }

 p { color: rgb(219,94,194); }

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

background-color css

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

 a { background-color: rgb(219,94,194); }

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

border-color css

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

 span { border-color: rgb(219,94,194); }

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