Html Css Color HEX #DB5CC9 Free Speech Magenta

📋 copy color: '#DB5CC9'

red 219 ◦ green 92 ◦ blue 201

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

Shades of Free Speech Magenta #DB5CC9

Tints of Free Speech Magenta #DB5CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 42.77%
G = 17.97%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB5CC9 (or 0xDB5CC9) is known color: Free Speech Magenta. HEX triplet: DB, 5C and C9. RGB value is (219,92,201). Sum of RGB (Red+Green+Blue) = 219+92+201=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CC9 is #24A336. Grayscale: #8E8E8E. Windows color (decimal): -2401079 or 13196507. OLE color: 13196507.

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

Color convert

RGB 219 92 201 -
CMYK 0 0.58 0.08 0.14
HSL 308.5º 0.64% 0.61% -
HSV(B) 308.5º 0.58% 0.86% -
XYZ 43.58 26.93 58.16 -
YUV 142.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 219 92 201 0 0.58 0.08 0.14 308.5 0.64 0.61
Hex DB 5C C9 0 3A 8 E 135 40 3D
Octal 333 134 311 0 72 10 16 465 100 75
Binary 11011011 1011100 11001001 0 111010 1000 1110 100110101 1000000 111101

Color Harmonies of #DB5CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CC9

Black with #DB5CC9

Text Example


Text Example

White with #DB5CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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