Html Css Color HEX #DB43C5 Free Speech Magenta

📋 copy color: '#DB43C5'

red 219 ◦ green 67 ◦ blue 197

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

Shades of Free Speech Magenta #DB43C5

Tints of Free Speech Magenta #DB43C5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.87%

 BLUE value IS 197 (77.34% from 255) = 40.79%

R = 45.34%
G = 13.87%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB43C5 (or 0xDB43C5) is known color: Free Speech Magenta. HEX triplet: DB, 43 and C5. RGB value is (219,67,197). Sum of RGB (Red+Green+Blue) = 219+67+197=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43C5 is #24BC3A. Grayscale: #7E7E7E. Windows color (decimal): -2407483 or 12927963. OLE color: 12927963.

HSL color Cylindrical-coordinate representation of color #DB43C5: hue angle of 308.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB43C5 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 197 -
CMYK 0 0.69 0.10 0.14
HSL 308.68º 0.68% 0.56% -
HSV(B) 308.68º 0.69% 0.86% -
XYZ 41.3 23.11 55.11 -
YUV 127.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 219 67 197 0 0.69 0.10 0.14 308.68 0.68 0.56
Hex DB 43 C5 0 45 A E 135 44 38
Octal 333 103 305 0 105 12 16 465 104 70
Binary 11011011 1000011 11000101 0 1000101 1010 1110 100110101 1000100 111000

Color Harmonies of #DB43C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43C5

Black with #DB43C5

Text Example


Text Example

White with #DB43C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43C5; }

 p { color: rgb(219,67,197); }

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

background-color css

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

 a { background-color: rgb(219,67,197); }

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

border-color css

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

 span { border-color: rgb(219,67,197); }

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