Html Css Color HEX #DB43D7 Free Speech Magenta

📋 copy color: '#DB43D7'

red 219 ◦ green 67 ◦ blue 215

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

Shades of Free Speech Magenta #DB43D7

Tints of Free Speech Magenta #DB43D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 43.71%
G = 13.37%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB43D7 (or 0xDB43D7) is known color: Free Speech Magenta. HEX triplet: DB, 43 and D7. RGB value is (219,67,215). Sum of RGB (Red+Green+Blue) = 219+67+215=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43D7 is #24BC28. Grayscale: #808080. Windows color (decimal): -2407465 or 14107611. OLE color: 14107611.

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

Color convert

RGB 219 67 215 -
CMYK 0 0.69 0.02 0.14
HSL 301.58º 0.68% 0.56% -
HSV(B) 301.58º 0.69% 0.86% -
XYZ 43.49 23.98 66.63 -
YUV 129.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 219 67 215 0 0.69 0.02 0.14 301.58 0.68 0.56
Hex DB 43 D7 0 45 2 E 12E 44 38
Octal 333 103 327 0 105 2 16 456 104 70
Binary 11011011 1000011 11010111 0 1000101 10 1110 100101110 1000100 111000

Color Harmonies of #DB43D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43D7

Black with #DB43D7

Text Example


Text Example

White with #DB43D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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