Html Css Color HEX #DB53D4 Free Speech Magenta

📋 copy color: '#DB53D4'

red 219 ◦ green 83 ◦ blue 212

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

Shades of Free Speech Magenta #DB53D4

Tints of Free Speech Magenta #DB53D4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.15%

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

R = 42.61%
G = 16.15%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB53D4 (or 0xDB53D4) is known color: Free Speech Magenta. HEX triplet: DB, 53 and D4. RGB value is (219,83,212). Sum of RGB (Red+Green+Blue) = 219+83+212=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53D4 is #24AC2B. Grayscale: #898989. Windows color (decimal): -2403372 or 13915099. OLE color: 13915099.

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

Color convert

RGB 219 83 212 -
CMYK 0 0.62 0.03 0.14
HSL 303.09º 0.65% 0.59% -
HSV(B) 303.09º 0.62% 0.86% -
XYZ 44.19 26 64.98 -
YUV 138.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 219 83 212 0 0.62 0.03 0.14 303.09 0.65 0.59
Hex DB 53 D4 0 3E 3 E 12F 41 3B
Octal 333 123 324 0 76 3 16 457 101 73
Binary 11011011 1010011 11010100 0 111110 11 1110 100101111 1000001 111011

Color Harmonies of #DB53D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53D4

Black with #DB53D4

Text Example


Text Example

White with #DB53D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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