Html Css Color HEX #DF58CC Free Speech Magenta

📋 copy color: '#DF58CC'

red 223 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Magenta #DF58CC

Tints of Free Speech Magenta #DF58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.09%

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

R = 43.3%
G = 17.09%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF58CC (or 0xDF58CC) is known color: Free Speech Magenta. HEX triplet: DF, 58 and CC. RGB value is (223,88,204). Sum of RGB (Red+Green+Blue) = 223+88+204=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58CC is #20A733. Grayscale: #8D8D8D. Windows color (decimal): -2139956 or 13392095. OLE color: 13392095.

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

Color convert

RGB 223 88 204 -
CMYK 0 0.61 0.09 0.13
HSL 308.44º 0.68% 0.61% -
HSV(B) 308.44º 0.61% 0.87% -
XYZ 44.82 27.03 59.98 -
YUV 141.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 223 88 204 0 0.61 0.09 0.13 308.44 0.68 0.61
Hex DF 58 CC 0 3D 9 D 134 44 3D
Octal 337 130 314 0 75 11 15 464 104 75
Binary 11011111 1011000 11001100 0 111101 1001 1101 100110100 1000100 111101

Color Harmonies of #DF58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF58CC

Black with #DF58CC

Text Example


Text Example

White with #DF58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF58CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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