Html Css Color HEX #DF40CC Free Speech Magenta

📋 copy color: '#DF40CC'

red 223 ◦ green 64 ◦ blue 204

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

Shades of Free Speech Magenta #DF40CC

Tints of Free Speech Magenta #DF40CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.03%

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

R = 45.42%
G = 13.03%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF40CC (or 0xDF40CC) is known color: Free Speech Magenta. HEX triplet: DF, 40 and CC. RGB value is (223,64,204). Sum of RGB (Red+Green+Blue) = 223+64+204=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40CC is #20BF33. Grayscale: #7F7F7F. Windows color (decimal): -2146100 or 13385951. OLE color: 13385951.

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

Color convert

RGB 223 64 204 -
CMYK 0 0.71 0.09 0.13
HSL 307.17º 0.71% 0.56% -
HSV(B) 307.17º 0.71% 0.87% -
XYZ 43.16 23.71 59.43 -
YUV 127.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 223 64 204 0 0.71 0.09 0.13 307.17 0.71 0.56
Hex DF 40 CC 0 47 9 D 133 47 38
Octal 337 100 314 0 107 11 15 463 107 70
Binary 11011111 1000000 11001100 0 1000111 1001 1101 100110011 1000111 111000

Color Harmonies of #DF40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40CC

Black with #DF40CC

Text Example


Text Example

White with #DF40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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