Html Css Color HEX #DB4CC5 Free Speech Magenta

📋 copy color: '#DB4CC5'

red 219 ◦ green 76 ◦ blue 197

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

Shades of Free Speech Magenta #DB4CC5

Tints of Free Speech Magenta #DB4CC5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.45%

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 44.51%
G = 15.45%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB4CC5 (or 0xDB4CC5) is known color: Free Speech Magenta. HEX triplet: DB, 4C and C5. RGB value is (219,76,197). Sum of RGB (Red+Green+Blue) = 219+76+197=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CC5 is #24B33A. Grayscale: #848484. Windows color (decimal): -2405179 or 12930267. OLE color: 12930267.

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

Color convert

RGB 219 76 197 -
CMYK 0 0.65 0.10 0.14
HSL 309.23º 0.67% 0.58% -
HSV(B) 309.23º 0.65% 0.86% -
XYZ 41.88 24.26 55.3 -
YUV 132.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 219 76 197 0 0.65 0.10 0.14 309.23 0.67 0.58
Hex DB 4C C5 0 41 A E 135 43 3A
Octal 333 114 305 0 101 12 16 465 103 72
Binary 11011011 1001100 11000101 0 1000001 1010 1110 100110101 1000011 111010

Color Harmonies of #DB4CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CC5

Black with #DB4CC5

Text Example


Text Example

White with #DB4CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CC5; }

 p { color: rgb(219,76,197); }

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

background-color css

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

 a { background-color: rgb(219,76,197); }

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

border-color css

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

 span { border-color: rgb(219,76,197); }

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