Html Css Color HEX #DF37DB Free Speech Magenta

📋 copy color: '#DF37DB'

red 223 ◦ green 55 ◦ blue 219

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

Shades of Free Speech Magenta #DF37DB

Tints of Free Speech Magenta #DF37DB

RGB

 RED value IS 223 (87.5% from 255) = 44.87%

 GREEN value IS 55 (21.88% from 255) = 11.07%

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

R = 44.87%
G = 11.07%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF37DB (or 0xDF37DB) is known color: Free Speech Magenta. HEX triplet: DF, 37 and DB. RGB value is (223,55,219). Sum of RGB (Red+Green+Blue) = 223+55+219=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37DB is #20C824. Grayscale: #7B7B7B. Windows color (decimal): -2148389 or 14366687. OLE color: 14366687.

HSL color Cylindrical-coordinate representation of color #DF37DB: hue angle of 301.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37DB is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 55 219 -
CMYK 0 0.75 0.02 0.13
HSL 301.43º 0.72% 0.55% -
HSV(B) 301.43º 0.75% 0.87% -
XYZ 44.58 23.53 69.21 -
YUV 123.93 181.66 198.66 -
System Red Green Blue C M Y K H S L
Decimal 223 55 219 0 0.75 0.02 0.13 301.43 0.72 0.55
Hex DF 37 DB 0 4B 2 D 12D 48 37
Octal 337 67 333 0 113 2 15 455 110 67
Binary 11011111 110111 11011011 0 1001011 10 1101 100101101 1001000 110111

Color Harmonies of #DF37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF37DB

Black with #DF37DB

Text Example


Text Example

White with #DF37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF37DB; }

 p { color: rgb(223,55,219); }

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

background-color css

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

 a { background-color: rgb(223,55,219); }

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

border-color css

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

 span { border-color: rgb(223,55,219); }

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