Html Css Color HEX #DE43DB Free Speech Magenta

📋 copy color: '#DE43DB'

red 222 ◦ green 67 ◦ blue 219

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

Shades of Free Speech Magenta #DE43DB

Tints of Free Speech Magenta #DE43DB

RGB

 RED value IS 222 (87.11% from 255) = 43.7%

 GREEN value IS 67 (26.56% from 255) = 13.19%

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 43.7%
G = 13.19%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE43DB (or 0xDE43DB) is known color: Free Speech Magenta. HEX triplet: DE, 43 and DB. RGB value is (222,67,219). Sum of RGB (Red+Green+Blue) = 222+67+219=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE43DB is #21BC24. Grayscale: #828282. Windows color (decimal): -2210853 or 14369758. OLE color: 14369758.

HSL color Cylindrical-coordinate representation of color #DE43DB: hue angle of 301.16º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE43DB is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 67 219 -
CMYK 0 0.70 0.01 0.13
HSL 301.16º 0.7% 0.57% -
HSV(B) 301.16º 0.7% 0.87% -
XYZ 44.92 24.66 69.41 -
YUV 130.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 222 67 219 0 0.70 0.01 0.13 301.16 0.7 0.57
Hex DE 43 DB 0 46 1 D 12D 46 39
Octal 336 103 333 0 106 1 15 455 106 71
Binary 11011110 1000011 11011011 0 1000110 1 1101 100101101 1000110 111001

Color Harmonies of #DE43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE43DB

Black with #DE43DB

Text Example


Text Example

White with #DE43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE43DB; }

 p { color: rgb(222,67,219); }

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

background-color css

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

 a { background-color: rgb(222,67,219); }

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

border-color css

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

 span { border-color: rgb(222,67,219); }

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