Html Css Color HEX #DB4CE0 Free Speech Magenta

📋 copy color: '#DB4CE0'

red 219 ◦ green 76 ◦ blue 224

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

Shades of Free Speech Magenta #DB4CE0

Tints of Free Speech Magenta #DB4CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 42.2%
G = 14.64%
B = 43.16%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB4CE0 (or 0xDB4CE0) is known color: Free Speech Magenta. HEX triplet: DB, 4C and E0. RGB value is (219,76,224). Sum of RGB (Red+Green+Blue) = 219+76+224=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CE0 is #24B31F. Grayscale: #878787. Windows color (decimal): -2405152 or 14699739. OLE color: 14699739.

HSL color Cylindrical-coordinate representation of color #DB4CE0: hue angle of 297.97º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4CE0 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 76 224 -
CMYK 0.02 0.66 0 0.12
HSL 297.97º 0.7% 0.59% -
HSV(B) 297.97º 0.66% 0.88% -
XYZ 45.25 25.61 73.08 -
YUV 135.63 177.88 187.47 -
System Red Green Blue C M Y K H S L
Decimal 219 76 224 0.02 0.66 0 0.12 297.97 0.7 0.59
Hex DB 4C E0 2 42 0 C 12A 46 3B
Octal 333 114 340 2 102 0 14 452 106 73
Binary 11011011 1001100 11100000 10 1000010 0 1100 100101010 1000110 111011

Color Harmonies of #DB4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CE0

Black with #DB4CE0

Text Example


Text Example

White with #DB4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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