Html Css Color HEX #DB43C8 Free Speech Magenta

📋 copy color: '#DB43C8'

red 219 ◦ green 67 ◦ blue 200

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

Shades of Free Speech Magenta #DB43C8

Tints of Free Speech Magenta #DB43C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.15%

R = 45.06%
G = 13.79%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB43C8 (or 0xDB43C8) is known color: Free Speech Magenta. HEX triplet: DB, 43 and C8. RGB value is (219,67,200). Sum of RGB (Red+Green+Blue) = 219+67+200=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43C8 is #24BC37. Grayscale: #7F7F7F. Windows color (decimal): -2407480 or 13124571. OLE color: 13124571.

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

Color convert

RGB 219 67 200 -
CMYK 0 0.69 0.09 0.14
HSL 307.5º 0.68% 0.56% -
HSV(B) 307.5º 0.69% 0.86% -
XYZ 41.65 23.24 56.94 -
YUV 127.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 219 67 200 0 0.69 0.09 0.14 307.5 0.68 0.56
Hex DB 43 C8 0 45 9 E 134 44 38
Octal 333 103 310 0 105 11 16 464 104 70
Binary 11011011 1000011 11001000 0 1000101 1001 1110 100110100 1000100 111000

Color Harmonies of #DB43C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43C8

Black with #DB43C8

Text Example


Text Example

White with #DB43C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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