Html Css Color HEX #DB4BCC Free Speech Magenta

📋 copy color: '#DB4BCC'

red 219 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Magenta #DB4BCC

Tints of Free Speech Magenta #DB4BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 43.98%
G = 15.06%
B = 40.96%

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

#DB4BCC (or 0xDB4BCC) is known color: Free Speech Magenta. HEX triplet: DB, 4B and CC. RGB value is (219,75,204). Sum of RGB (Red+Green+Blue) = 219+75+204=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BCC is #24B433. Grayscale: #848484. Windows color (decimal): -2405428 or 13388763. OLE color: 13388763.

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

Color convert

RGB 219 75 204 -
CMYK 0 0.66 0.07 0.14
HSL 306.25º 0.67% 0.58% -
HSV(B) 306.25º 0.66% 0.86% -
XYZ 42.63 24.45 59.6 -
YUV 132.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 219 75 204 0 0.66 0.07 0.14 306.25 0.67 0.58
Hex DB 4B CC 0 42 7 E 132 43 3A
Octal 333 113 314 0 102 7 16 462 103 72
Binary 11011011 1001011 11001100 0 1000010 111 1110 100110010 1000011 111010

Color Harmonies of #DB4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BCC

Black with #DB4BCC

Text Example


Text Example

White with #DB4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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