Html Css Color HEX #DB4BDD Free Speech Magenta

📋 copy color: '#DB4BDD'

red 219 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Magenta #DB4BDD

Tints of Free Speech Magenta #DB4BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.56%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 42.52%
G = 14.56%
B = 42.91%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB4BDD (or 0xDB4BDD) is known color: Free Speech Magenta. HEX triplet: DB, 4B and DD. RGB value is (219,75,221). Sum of RGB (Red+Green+Blue) = 219+75+221=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BDD is #24B422. Grayscale: #868686. Windows color (decimal): -2405411 or 14502875. OLE color: 14502875.

HSL color Cylindrical-coordinate representation of color #DB4BDD: hue angle of 299.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BDD is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 75 221 -
CMYK 0.01 0.66 0 0.13
HSL 299.18º 0.68% 0.58% -
HSV(B) 299.18º 0.66% 0.87% -
XYZ 44.78 25.31 70.93 -
YUV 134.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 219 75 221 0.01 0.66 0 0.13 299.18 0.68 0.58
Hex DB 4B DD 1 42 0 D 12B 44 3A
Octal 333 113 335 1 102 0 15 453 104 72
Binary 11011011 1001011 11011101 1 1000010 0 1101 100101011 1000100 111010

Color Harmonies of #DB4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BDD

Black with #DB4BDD

Text Example


Text Example

White with #DB4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BDD; }

 p { color: rgb(219,75,221); }

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

background-color css

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

 a { background-color: rgb(219,75,221); }

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

border-color css

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

 span { border-color: rgb(219,75,221); }

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