Html Css Color HEX #DB4CCD Free Speech Magenta

📋 copy color: '#DB4CCD'

red 219 ◦ green 76 ◦ blue 205

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

Shades of Free Speech Magenta #DB4CCD

Tints of Free Speech Magenta #DB4CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 43.8%
G = 15.2%
B = 41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB4CCD (or 0xDB4CCD) is known color: Free Speech Magenta. HEX triplet: DB, 4C and CD. RGB value is (219,76,205). Sum of RGB (Red+Green+Blue) = 219+76+205=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CCD is #24B332. Grayscale: #858585. Windows color (decimal): -2405171 or 13454555. OLE color: 13454555.

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

Color convert

RGB 219 76 205 -
CMYK 0 0.65 0.06 0.14
HSL 305.87º 0.67% 0.58% -
HSV(B) 305.87º 0.65% 0.86% -
XYZ 42.82 24.64 60.26 -
YUV 133.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 219 76 205 0 0.65 0.06 0.14 305.87 0.67 0.58
Hex DB 4C CD 0 41 6 E 132 43 3A
Octal 333 114 315 0 101 6 16 462 103 72
Binary 11011011 1001100 11001101 0 1000001 110 1110 100110010 1000011 111010

Color Harmonies of #DB4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CCD

Black with #DB4CCD

Text Example


Text Example

White with #DB4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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