Html Css Color HEX #DB5FD3 Free Speech Magenta

📋 copy color: '#DB5FD3'

red 219 ◦ green 95 ◦ blue 211

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

Shades of Free Speech Magenta #DB5FD3

Tints of Free Speech Magenta #DB5FD3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.1%

 BLUE value IS 211 (82.81% from 255) = 40.19%

R = 41.71%
G = 18.1%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB5FD3 (or 0xDB5FD3) is known color: Free Speech Magenta. HEX triplet: DB, 5F and D3. RGB value is (219,95,211). Sum of RGB (Red+Green+Blue) = 219+95+211=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FD3 is #24A02C. Grayscale: #909090. Windows color (decimal): -2400301 or 13852635. OLE color: 13852635.

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

Color convert

RGB 219 95 211 -
CMYK 0 0.57 0.04 0.14
HSL 303.87º 0.63% 0.62% -
HSV(B) 303.87º 0.57% 0.86% -
XYZ 45.06 27.95 64.65 -
YUV 145.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 219 95 211 0 0.57 0.04 0.14 303.87 0.63 0.62
Hex DB 5F D3 0 39 4 E 130 3F 3E
Octal 333 137 323 0 71 4 16 460 77 76
Binary 11011011 1011111 11010011 0 111001 100 1110 100110000 111111 111110

Color Harmonies of #DB5FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FD3

Black with #DB5FD3

Text Example


Text Example

White with #DB5FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FD3; }

 p { color: rgb(219,95,211); }

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

background-color css

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

 a { background-color: rgb(219,95,211); }

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

border-color css

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

 span { border-color: rgb(219,95,211); }

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