Html Css Color HEX #DB4BC7 Free Speech Magenta

📋 copy color: '#DB4BC7'

red 219 ◦ green 75 ◦ blue 199

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

Shades of Free Speech Magenta #DB4BC7

Tints of Free Speech Magenta #DB4BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.37%

R = 44.42%
G = 15.21%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB4BC7 (or 0xDB4BC7) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C7. RGB value is (219,75,199). Sum of RGB (Red+Green+Blue) = 219+75+199=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC7 is #24B438. Grayscale: #838383. Windows color (decimal): -2405433 or 13061083. OLE color: 13061083.

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

Color convert

RGB 219 75 199 -
CMYK 0 0.66 0.09 0.14
HSL 308.33º 0.67% 0.58% -
HSV(B) 308.33º 0.66% 0.86% -
XYZ 42.04 24.22 56.49 -
YUV 132.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 219 75 199 0 0.66 0.09 0.14 308.33 0.67 0.58
Hex DB 4B C7 0 42 9 E 134 43 3A
Octal 333 113 307 0 102 11 16 464 103 72
Binary 11011011 1001011 11000111 0 1000010 1001 1110 100110100 1000011 111010

Color Harmonies of #DB4BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BC7

Black with #DB4BC7

Text Example


Text Example

White with #DB4BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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