Html Css Color HEX #DB5AD4 Free Speech Magenta

📋 copy color: '#DB5AD4'

red 219 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #DB5AD4

Tints of Free Speech Magenta #DB5AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 42.03%
G = 17.27%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB5AD4 (or 0xDB5AD4) is known color: Free Speech Magenta. HEX triplet: DB, 5A and D4. RGB value is (219,90,212). Sum of RGB (Red+Green+Blue) = 219+90+212=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AD4 is #24A52B. Grayscale: #8E8E8E. Windows color (decimal): -2401580 or 13916891. OLE color: 13916891.

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

Color convert

RGB 219 90 212 -
CMYK 0 0.59 0.03 0.14
HSL 303.26º 0.64% 0.61% -
HSV(B) 303.26º 0.59% 0.86% -
XYZ 44.75 27.13 65.16 -
YUV 142.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 219 90 212 0 0.59 0.03 0.14 303.26 0.64 0.61
Hex DB 5A D4 0 3B 3 E 12F 40 3D
Octal 333 132 324 0 73 3 16 457 100 75
Binary 11011011 1011010 11010100 0 111011 11 1110 100101111 1000000 111101

Color Harmonies of #DB5AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AD4

Black with #DB5AD4

Text Example


Text Example

White with #DB5AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AD4; }

 p { color: rgb(219,90,212); }

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

background-color css

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

 a { background-color: rgb(219,90,212); }

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

border-color css

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

 span { border-color: rgb(219,90,212); }

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