Html Css Color HEX #DF55C6 Free Speech Magenta

📋 copy color: '#DF55C6'

red 223 ◦ green 85 ◦ blue 198

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

Shades of Free Speech Magenta #DF55C6

Tints of Free Speech Magenta #DF55C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 44.07%
G = 16.8%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF55C6 (or 0xDF55C6) is known color: Free Speech Magenta. HEX triplet: DF, 55 and C6. RGB value is (223,85,198). Sum of RGB (Red+Green+Blue) = 223+85+198=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55C6 is #20AA39. Grayscale: #8A8A8A. Windows color (decimal): -2140730 or 12998111. OLE color: 12998111.

HSL color Cylindrical-coordinate representation of color #DF55C6: hue angle of 310.87º 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 #DF55C6 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 198 -
CMYK 0 0.62 0.11 0.13
HSL 310.87º 0.68% 0.6% -
HSV(B) 310.87º 0.62% 0.87% -
XYZ 43.87 26.26 56.18 -
YUV 139.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 223 85 198 0 0.62 0.11 0.13 310.87 0.68 0.6
Hex DF 55 C6 0 3E B D 137 44 3C
Octal 337 125 306 0 76 13 15 467 104 74
Binary 11011111 1010101 11000110 0 111110 1011 1101 100110111 1000100 111100

Color Harmonies of #DF55C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55C6

Black with #DF55C6

Text Example


Text Example

White with #DF55C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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