Html Css Color HEX #DF4CC7 Free Speech Magenta

📋 copy color: '#DF4CC7'

red 223 ◦ green 76 ◦ blue 199

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

Shades of Free Speech Magenta #DF4CC7

Tints of Free Speech Magenta #DF4CC7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

 BLUE value IS 199 (78.13% from 255) = 39.96%

R = 44.78%
G = 15.26%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF4CC7 (or 0xDF4CC7) is known color: Free Speech Magenta. HEX triplet: DF, 4C and C7. RGB value is (223,76,199). Sum of RGB (Red+Green+Blue) = 223+76+199=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CC7 is #20B338. Grayscale: #858585. Windows color (decimal): -2143033 or 13061343. OLE color: 13061343.

HSL color Cylindrical-coordinate representation of color #DF4CC7: hue angle of 309.8º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CC7 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 76 199 -
CMYK 0 0.66 0.11 0.13
HSL 309.8º 0.7% 0.59% -
HSV(B) 309.8º 0.66% 0.87% -
XYZ 43.32 24.98 56.57 -
YUV 133.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 223 76 199 0 0.66 0.11 0.13 309.8 0.7 0.59
Hex DF 4C C7 0 42 B D 136 46 3B
Octal 337 114 307 0 102 13 15 466 106 73
Binary 11011111 1001100 11000111 0 1000010 1011 1101 100110110 1000110 111011

Color Harmonies of #DF4CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4CC7

Black with #DF4CC7

Text Example


Text Example

White with #DF4CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4CC7; }

 p { color: rgb(223,76,199); }

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

background-color css

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

 a { background-color: rgb(223,76,199); }

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

border-color css

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

 span { border-color: rgb(223,76,199); }

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