Html Css Color HEX #DB5CED Free Speech Magenta

📋 copy color: '#DB5CED'

red 219 ◦ green 92 ◦ blue 237

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

Shades of Free Speech Magenta #DB5CED

Tints of Free Speech Magenta #DB5CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 39.96%
G = 16.79%
B = 43.25%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB5CED (or 0xDB5CED) is known color: Free Speech Magenta. HEX triplet: DB, 5C and ED. RGB value is (219,92,237). Sum of RGB (Red+Green+Blue) = 219+92+237=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 92 (36.33% from 255 or 16.79% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB5CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CED is #24A312. Grayscale: #929292. Windows color (decimal): -2401043 or 15555803. OLE color: 15555803.

HSL color Cylindrical-coordinate representation of color #DB5CED: hue angle of 292.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5CED is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 92 237 -
CMYK 0.08 0.61 0 0.07
HSL 292.55º 0.8% 0.65% -
HSV(B) 292.55º 0.61% 0.93% -
XYZ 48.33 28.83 83.14 -
YUV 146.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 219 92 237 0.08 0.61 0 0.07 292.55 0.8 0.65
Hex DB 5C ED 8 3D 0 7 125 50 41
Octal 333 134 355 10 75 0 7 445 120 101
Binary 11011011 1011100 11101101 1000 111101 0 111 100100101 1010000 1000001

Color Harmonies of #DB5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CED

Black with #DB5CED

Text Example


Text Example

White with #DB5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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