Html Css Color HEX #DB35D6 Free Speech Magenta

📋 copy color: '#DB35D6'

red 219 ◦ green 53 ◦ blue 214

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

Shades of Free Speech Magenta #DB35D6

Tints of Free Speech Magenta #DB35D6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.91%

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 45.06%
G = 10.91%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB35D6 (or 0xDB35D6) is known color: Free Speech Magenta. HEX triplet: DB, 35 and D6. RGB value is (219,53,214). Sum of RGB (Red+Green+Blue) = 219+53+214=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 53 (21.09% from 255 or 10.91% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35D6 is #24CA29. Grayscale: #787878. Windows color (decimal): -2411050 or 14038491. OLE color: 14038491.

HSL color Cylindrical-coordinate representation of color #DB35D6: hue angle of 301.81º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35D6 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 53 214 -
CMYK 0 0.76 0.02 0.14
HSL 301.81º 0.7% 0.53% -
HSV(B) 301.81º 0.76% 0.86% -
XYZ 42.62 22.46 65.71 -
YUV 120.99 180.5 197.91 -
System Red Green Blue C M Y K H S L
Decimal 219 53 214 0 0.76 0.02 0.14 301.81 0.7 0.53
Hex DB 35 D6 0 4C 2 E 12E 46 35
Octal 333 65 326 0 114 2 16 456 106 65
Binary 11011011 110101 11010110 0 1001100 10 1110 100101110 1000110 110101

Color Harmonies of #DB35D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35D6

Black with #DB35D6

Text Example


Text Example

White with #DB35D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35D6; }

 p { color: rgb(219,53,214); }

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

background-color css

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

 a { background-color: rgb(219,53,214); }

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

border-color css

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

 span { border-color: rgb(219,53,214); }

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