Html Css Color HEX #DF55B5 Free Speech Magenta

📋 copy color: '#DF55B5'

red 223 ◦ green 85 ◦ blue 181

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

Shades of Free Speech Magenta #DF55B5

Tints of Free Speech Magenta #DF55B5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

 BLUE value IS 181 (71.09% from 255) = 37.01%

R = 45.6%
G = 17.38%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF55B5 (or 0xDF55B5) is known color: Free Speech Magenta. HEX triplet: DF, 55 and B5. RGB value is (223,85,181). Sum of RGB (Red+Green+Blue) = 223+85+181=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55B5 is #20AA4A. Grayscale: #888888. Windows color (decimal): -2140747 or 11883999. OLE color: 11883999.

HSL color Cylindrical-coordinate representation of color #DF55B5: hue angle of 318.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55B5 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 181 -
CMYK 0 0.62 0.19 0.13
HSL 318.26º 0.68% 0.6% -
HSV(B) 318.26º 0.62% 0.87% -
XYZ 42.02 25.52 46.43 -
YUV 137.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 223 85 181 0 0.62 0.19 0.13 318.26 0.68 0.6
Hex DF 55 B5 0 3E 13 D 13E 44 3C
Octal 337 125 265 0 76 23 15 476 104 74
Binary 11011111 1010101 10110101 0 111110 10011 1101 100111110 1000100 111100

Color Harmonies of #DF55B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55B5

Black with #DF55B5

Text Example


Text Example

White with #DF55B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55B5; }

 p { color: rgb(223,85,181); }

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

background-color css

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

 a { background-color: rgb(223,85,181); }

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

border-color css

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

 span { border-color: rgb(223,85,181); }

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