Html Css Color HEX #DB5FCE Free Speech Magenta

📋 copy color: '#DB5FCE'

red 219 ◦ green 95 ◦ blue 206

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

Shades of Free Speech Magenta #DB5FCE

Tints of Free Speech Magenta #DB5FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.27%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 42.12%
G = 18.27%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB5FCE (or 0xDB5FCE) is known color: Free Speech Magenta. HEX triplet: DB, 5F and CE. RGB value is (219,95,206). Sum of RGB (Red+Green+Blue) = 219+95+206=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FCE is #24A031. Grayscale: #909090. Windows color (decimal): -2400306 or 13524955. OLE color: 13524955.

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

Color convert

RGB 219 95 206 -
CMYK 0 0.57 0.06 0.14
HSL 306.29º 0.63% 0.62% -
HSV(B) 306.29º 0.57% 0.86% -
XYZ 44.45 27.7 61.4 -
YUV 144.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 219 95 206 0 0.57 0.06 0.14 306.29 0.63 0.62
Hex DB 5F CE 0 39 6 E 132 3F 3E
Octal 333 137 316 0 71 6 16 462 77 76
Binary 11011011 1011111 11001110 0 111001 110 1110 100110010 111111 111110

Color Harmonies of #DB5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FCE

Black with #DB5FCE

Text Example


Text Example

White with #DB5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FCE; }

 p { color: rgb(219,95,206); }

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

background-color css

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

 a { background-color: rgb(219,95,206); }

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

border-color css

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

 span { border-color: rgb(219,95,206); }

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