Html Css Color HEX #DF55CC Free Speech Magenta

📋 copy color: '#DF55CC'

red 223 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #DF55CC

Tints of Free Speech Magenta #DF55CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 43.55%
G = 16.6%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF55CC (or 0xDF55CC) is known color: Free Speech Magenta. HEX triplet: DF, 55 and CC. RGB value is (223,85,204). Sum of RGB (Red+Green+Blue) = 223+85+204=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55CC is #20AA33. Grayscale: #8B8B8B. Windows color (decimal): -2140724 or 13391327. OLE color: 13391327.

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

Color convert

RGB 223 85 204 -
CMYK 0 0.62 0.09 0.13
HSL 308.26º 0.68% 0.6% -
HSV(B) 308.26º 0.62% 0.87% -
XYZ 44.58 26.54 59.9 -
YUV 139.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 223 85 204 0 0.62 0.09 0.13 308.26 0.68 0.6
Hex DF 55 CC 0 3E 9 D 134 44 3C
Octal 337 125 314 0 76 11 15 464 104 74
Binary 11011111 1010101 11001100 0 111110 1001 1101 100110100 1000100 111100

Color Harmonies of #DF55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55CC

Black with #DF55CC

Text Example


Text Example

White with #DF55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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