Html Css Color HEX #DF46CC Free Speech Magenta

📋 copy color: '#DF46CC'

red 223 ◦ green 70 ◦ blue 204

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

Shades of Free Speech Magenta #DF46CC

Tints of Free Speech Magenta #DF46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.08%

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

R = 44.87%
G = 14.08%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF46CC (or 0xDF46CC) is known color: Free Speech Magenta. HEX triplet: DF, 46 and CC. RGB value is (223,70,204). Sum of RGB (Red+Green+Blue) = 223+70+204=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46CC is #20B933. Grayscale: #828282. Windows color (decimal): -2144564 or 13387487. OLE color: 13387487.

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

Color convert

RGB 223 70 204 -
CMYK 0 0.69 0.09 0.13
HSL 307.45º 0.71% 0.57% -
HSV(B) 307.45º 0.69% 0.87% -
XYZ 43.52 24.43 59.55 -
YUV 131.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 223 70 204 0 0.69 0.09 0.13 307.45 0.71 0.57
Hex DF 46 CC 0 45 9 D 133 47 39
Octal 337 106 314 0 105 11 15 463 107 71
Binary 11011111 1000110 11001100 0 1000101 1001 1101 100110011 1000111 111001

Color Harmonies of #DF46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46CC

Black with #DF46CC

Text Example


Text Example

White with #DF46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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