Html Css Color HEX #DB4CED Free Speech Magenta

📋 copy color: '#DB4CED'

red 219 ◦ green 76 ◦ blue 237

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

Shades of Free Speech Magenta #DB4CED

Tints of Free Speech Magenta #DB4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.29%

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

R = 41.17%
G = 14.29%
B = 44.55%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB4CED (or 0xDB4CED) is known color: Free Speech Magenta. HEX triplet: DB, 4C and ED. RGB value is (219,76,237). Sum of RGB (Red+Green+Blue) = 219+76+237=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 76 (30.08% from 255 or 14.29% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CED is #24B312. Grayscale: #888888. Windows color (decimal): -2405139 or 15551707. OLE color: 15551707.

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

Color convert

RGB 219 76 237 -
CMYK 0.08 0.68 0 0.07
HSL 293.29º 0.82% 0.61% -
HSV(B) 293.29º 0.68% 0.93% -
XYZ 47.08 26.34 82.72 -
YUV 137.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 219 76 237 0.08 0.68 0 0.07 293.29 0.82 0.61
Hex DB 4C ED 8 44 0 7 125 52 3D
Octal 333 114 355 10 104 0 7 445 122 75
Binary 11011011 1001100 11101101 1000 1000100 0 111 100100101 1010010 111101

Color Harmonies of #DB4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CED

Black with #DB4CED

Text Example


Text Example

White with #DB4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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