Html Css Color HEX #DB4ACB Free Speech Magenta

📋 copy color: '#DB4ACB'

red 219 ◦ green 74 ◦ blue 203

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

Shades of Free Speech Magenta #DB4ACB

Tints of Free Speech Magenta #DB4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.92%

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

R = 44.15%
G = 14.92%
B = 40.93%

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

#DB4ACB (or 0xDB4ACB) is known color: Free Speech Magenta. HEX triplet: DB, 4A and CB. RGB value is (219,74,203). Sum of RGB (Red+Green+Blue) = 219+74+203=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ACB is #24B534. Grayscale: #838383. Windows color (decimal): -2405685 or 13322971. OLE color: 13322971.

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

Color convert

RGB 219 74 203 -
CMYK 0 0.66 0.07 0.14
HSL 306.62º 0.67% 0.57% -
HSV(B) 306.62º 0.66% 0.86% -
XYZ 42.44 24.27 58.95 -
YUV 132.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 219 74 203 0 0.66 0.07 0.14 306.62 0.67 0.57
Hex DB 4A CB 0 42 7 E 133 43 39
Octal 333 112 313 0 102 7 16 463 103 71
Binary 11011011 1001010 11001011 0 1000010 111 1110 100110011 1000011 111001

Color Harmonies of #DB4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ACB

Black with #DB4ACB

Text Example


Text Example

White with #DB4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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