Html Css Color HEX #DB53C4 Free Speech Magenta

📋 copy color: '#DB53C4'

red 219 ◦ green 83 ◦ blue 196

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

Shades of Free Speech Magenta #DB53C4

Tints of Free Speech Magenta #DB53C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.36%

R = 43.98%
G = 16.67%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB53C4 (or 0xDB53C4) is known color: Free Speech Magenta. HEX triplet: DB, 53 and C4. RGB value is (219,83,196). Sum of RGB (Red+Green+Blue) = 219+83+196=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53C4 is #24AC3B. Grayscale: #888888. Windows color (decimal): -2403388 or 12866523. OLE color: 12866523.

HSL color Cylindrical-coordinate representation of color #DB53C4: hue angle of 310.15º 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 #DB53C4 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 83 196 -
CMYK 0 0.62 0.11 0.14
HSL 310.15º 0.65% 0.59% -
HSV(B) 310.15º 0.62% 0.86% -
XYZ 42.27 25.23 54.87 -
YUV 136.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 219 83 196 0 0.62 0.11 0.14 310.15 0.65 0.59
Hex DB 53 C4 0 3E B E 136 41 3B
Octal 333 123 304 0 76 13 16 466 101 73
Binary 11011011 1010011 11000100 0 111110 1011 1110 100110110 1000001 111011

Color Harmonies of #DB53C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53C4

Black with #DB53C4

Text Example


Text Example

White with #DB53C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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