Html Css Color HEX #DB5ECB Free Speech Magenta

📋 copy color: '#DB5ECB'

red 219 ◦ green 94 ◦ blue 203

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

Shades of Free Speech Magenta #DB5ECB

Tints of Free Speech Magenta #DB5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.22%

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 42.44%
G = 18.22%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB5ECB (or 0xDB5ECB) is known color: Free Speech Magenta. HEX triplet: DB, 5E and CB. RGB value is (219,94,203). Sum of RGB (Red+Green+Blue) = 219+94+203=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ECB is #24A134. Grayscale: #8F8F8F. Windows color (decimal): -2400565 or 13328091. OLE color: 13328091.

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

Color convert

RGB 219 94 203 -
CMYK 0 0.57 0.07 0.14
HSL 307.68º 0.63% 0.61% -
HSV(B) 307.68º 0.57% 0.86% -
XYZ 44 27.38 59.47 -
YUV 143.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 219 94 203 0 0.57 0.07 0.14 307.68 0.63 0.61
Hex DB 5E CB 0 39 7 E 134 3F 3D
Octal 333 136 313 0 71 7 16 464 77 75
Binary 11011011 1011110 11001011 0 111001 111 1110 100110100 111111 111101

Color Harmonies of #DB5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5ECB

Black with #DB5ECB

Text Example


Text Example

White with #DB5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5ECB; }

 p { color: rgb(219,94,203); }

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

background-color css

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

 a { background-color: rgb(219,94,203); }

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

border-color css

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

 span { border-color: rgb(219,94,203); }

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