Html Css Color HEX #DB4BCB Free Speech Magenta

📋 copy color: '#DB4BCB'

red 219 ◦ green 75 ◦ blue 203

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

Shades of Free Speech Magenta #DB4BCB

Tints of Free Speech Magenta #DB4BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 44.06%
G = 15.09%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB4BCB (or 0xDB4BCB) is known color: Free Speech Magenta. HEX triplet: DB, 4B and CB. RGB value is (219,75,203). Sum of RGB (Red+Green+Blue) = 219+75+203=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BCB is #24B434. Grayscale: #848484. Windows color (decimal): -2405429 or 13323227. OLE color: 13323227.

HSL color Cylindrical-coordinate representation of color #DB4BCB: hue angle of 306.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BCB is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 75 203 -
CMYK 0 0.66 0.07 0.14
HSL 306.67º 0.67% 0.58% -
HSV(B) 306.67º 0.66% 0.86% -
XYZ 42.51 24.4 58.97 -
YUV 132.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 219 75 203 0 0.66 0.07 0.14 306.67 0.67 0.58
Hex DB 4B CB 0 42 7 E 133 43 3A
Octal 333 113 313 0 102 7 16 463 103 72
Binary 11011011 1001011 11001011 0 1000010 111 1110 100110011 1000011 111010

Color Harmonies of #DB4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BCB

Black with #DB4BCB

Text Example


Text Example

White with #DB4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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