Html Css Color HEX #DB5CCE Free Speech Magenta

📋 copy color: '#DB5CCE'

red 219 ◦ green 92 ◦ blue 206

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

Shades of Free Speech Magenta #DB5CCE

Tints of Free Speech Magenta #DB5CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.79%

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

R = 42.36%
G = 17.79%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB5CCE (or 0xDB5CCE) is known color: Free Speech Magenta. HEX triplet: DB, 5C and CE. RGB value is (219,92,206). Sum of RGB (Red+Green+Blue) = 219+92+206=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CCE is #24A331. Grayscale: #8E8E8E. Windows color (decimal): -2401074 or 13524187. OLE color: 13524187.

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

Color convert

RGB 219 92 206 -
CMYK 0 0.58 0.06 0.14
HSL 306.14º 0.64% 0.61% -
HSV(B) 306.14º 0.58% 0.86% -
XYZ 44.18 27.17 61.31 -
YUV 142.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 219 92 206 0 0.58 0.06 0.14 306.14 0.64 0.61
Hex DB 5C CE 0 3A 6 E 132 40 3D
Octal 333 134 316 0 72 6 16 462 100 75
Binary 11011011 1011100 11001110 0 111010 110 1110 100110010 1000000 111101

Color Harmonies of #DB5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CCE

Black with #DB5CCE

Text Example


Text Example

White with #DB5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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